.brochure-entry { margin-top: 12px; } .brochure-entry__card { display: flex; align-items: center; gap: 12px; padding: 16px; border-radius: 16px; background: linear-gradient(135deg, #1d4ed8 0%, #0f766e 100%); box-shadow: 0 10px 24px rgba(29, 78, 216, 0.18); } .brochure-entry__icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; background: rgba(255, 255, 255, 0.16); } .brochure-entry__content { flex: 1; gap: 4px; } .brochure-entry__action { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }