.daily-share { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: center; margin: 0 0 18px; padding: 24px; border: 1px solid #cfd9f6; border-radius: 12px; background: #f1f5ff; box-shadow: 0 5px 16px rgba(15, 23, 42, .06); }
.daily-share__eyebrow { margin: 0 0 6px; color: #3d61df; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.daily-share h2 { margin: 0; color: #14213d; font-size: 1.28rem; }
.daily-share p:not(.daily-share__eyebrow) { margin: 7px 0 0; color: #4b5d7a; }
.daily-share__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.daily-share button { min-height: 39px; padding: 8px 11px; border: 1px solid #526fe5; border-radius: 7px; color: #2442b2; background: #fff; font: inherit; font-size: .88rem; font-weight: 800; cursor: pointer; }
.daily-share button:first-child { color: #fff; background: #3d61df; }
.daily-share button:hover, .daily-share button:focus-visible { border-color: #2442b2; outline: 2px solid #9cb0ff; outline-offset: 2px; }
@media (max-width: 700px) { .daily-share { grid-template-columns: 1fr; gap: 16px; } .daily-share__actions { justify-content: flex-start; } }
