.scel-card-actions {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 20px;
}

.scel-card-actions .scel-button {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 50px;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.scel-card-actions .scel-brochure {
    border: 1px solid var(--scel-text);
    background: transparent;
    color: var(--scel-text);
}

.scel-card-actions .scel-brochure:hover {
    border-color: var(--scel-gold);
    background: var(--scel-gold);
    color: var(--scel-button-text);
}

.scel-download-icon {
    display: inline-block;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m8 11 4 4 4-4'/%3E%3Cpath d='M4 18v3h16v-3'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m8 11 4 4 4-4'/%3E%3Cpath d='M4 18v3h16v-3'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 430px) {
    .scel-card-actions {
        flex-direction: column;
    }
}
