/* CIVIO page-specific styles
   Source: services.html
   Purpose: separated from HTML for maintainability and AI-assisted editing. */
.cv-topic-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:30px}.cv-topic-actions .cv-button{min-width:220px}.cv-topic-actions .cv-button-outline-dark{background:#fff;color:#111!important;border-color:#111}.cv-topic-actions .cv-button-outline-dark:hover{background:#111;color:#fff!important}.cv-topic-actions .cv-button::after{content:" ↗";font-weight:900}.cv-topic-actions .cv-button-red{box-shadow:5px 5px 0 rgba(196,20,31,.13)}.cv-topic-follow-link{display:inline-flex;margin-top:20px}@media(max-width:800px){.cv-topic-actions{gap:12px;margin-top:24px}.cv-topic-actions .cv-button{width:100%;min-width:0}}
.cv-topic-actions-single{display:block}.cv-topic-actions-single .cv-button{min-width:240px}@media(max-width:800px){.cv-topic-actions-single .cv-button{width:100%}}
