/* iLiveMyLife promo banners — horizontal (content area, ~794px) */
.ilml-promo{border-radius:8px;margin:12px 0;overflow:hidden}
.ilml-promo__link{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;text-decoration:none;transition:opacity 0.2s}
.ilml-promo__link:hover{opacity:0.9}
.ilml-promo__text{font-size:14px;font-weight:500;flex:1}
.ilml-promo__cta{font-size:13px;font-weight:bold;padding:6px 16px;border-radius:5px;white-space:nowrap;margin-left:16px}

/* Vertical layout for sidebar (~244px) */
.ilml-promo__link--vertical{flex-direction:column;text-align:center;padding:16px 12px}
.ilml-promo__link--vertical .ilml-promo__text{font-size:13px;margin-bottom:10px}
.ilml-promo__link--vertical .ilml-promo__cta{margin-left:0;font-size:12px;padding:6px 12px}

/* Color themes */
.ilml-promo--organize{background:linear-gradient(135deg,#1a73e8,#4fc3f7)}
.ilml-promo--organize .ilml-promo__text{color:#fff}
.ilml-promo--organize .ilml-promo__cta{background:#fff;color:#1a73e8}
.ilml-promo--community{background:linear-gradient(135deg,#43a047,#81c784)}
.ilml-promo--community .ilml-promo__text{color:#fff}
.ilml-promo--community .ilml-promo__cta{background:#fff;color:#43a047}
.ilml-promo--product{background:linear-gradient(135deg,#6a1b9a,#ba68c8)}
.ilml-promo--product .ilml-promo__text{color:#fff}
.ilml-promo--product .ilml-promo__cta{background:#fff;color:#6a1b9a}

/* Footer link */
#RapidFooter a.ilml-footer-link{color:#999;text-decoration:none;margin-left:8px;border-left:1px solid #bbb;padding-left:8px}
#RapidFooter a.ilml-footer-link:hover{color:#1a73e8}
