.cw-hofstede-actions {
    position: sticky;
    top: 70px;
    z-index: 940;
    margin: 0;
    padding: 0;
    font-family: inherit;
    background: color-mix(in srgb, var(--bg-secondary) 96%, transparent);
    box-shadow: none;
    -webkit-backdrop-filter: blur(12px) saturate(1.04);
    backdrop-filter: blur(12px) saturate(1.04);
    transition: transform 0.28s ease, opacity 0.22s ease, top 0.28s ease;
}

.cw-header.cw-header-hidden + .cw-hofstede-actions {
    top: 0;
}

.cw-hofstede-actions.is-hidden,
.cw-header.cw-header-hidden + .cw-hofstede-actions {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
}

.cw-hofstede-actions-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    min-height: 42px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.cw-hofstede-actions-brand,
.cw-hofstede-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 30px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}

.cw-hofstede-actions-brand {
    flex: 0 0 auto;
    padding: 0 10px;
    color: var(--text-heading);
    background: color-mix(in srgb, var(--cw-blue) 10%, var(--bg-elevated));
    border: 0;
    box-shadow: none;
    font-size: 0.76rem;
    font-weight: 800;
}

.cw-hofstede-actions-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--cw-blue) 50%, var(--border-strong)) transparent;
}

.cw-hofstede-action-link {
    flex: 0 0 auto;
    padding: 0 11px;
    color: var(--text-primary);
    background: transparent;
    border: 0;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
}

.cw-hofstede-actions-brand:hover,
.cw-hofstede-actions-brand:focus-visible,
.cw-hofstede-action-link:hover,
.cw-hofstede-action-link:focus-visible,
.cw-hofstede-action-link.is-current {
    color: var(--text-heading);
    background: color-mix(in srgb, var(--cw-blue) 12%, var(--bg-elevated));
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cw-blue) 24%, transparent);
    outline: 0;
}

.cw-hofstede-actions-brand:hover,
.cw-hofstede-actions-brand:focus-visible,
.cw-hofstede-action-link:hover,
.cw-hofstede-action-link:focus-visible {
    transform: translateY(-1px);
}

.cw-hofstede-actions-brand .fas,
.cw-hofstede-action-link .fas {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    color: var(--cw-blue);
    font-size: 0.72rem;
}

.cw-hofstede-coffee {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 1090;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 6px 12px 6px 10px;
    color: var(--text-heading);
    background: var(--bg-elevated);
    border: 1px solid color-mix(in srgb, var(--cw-blue) 28%, var(--border-strong));
    border-left: 0;
    border-radius: 0 999px 999px 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transform: translateY(-50%);
    transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
}

.cw-hofstede-coffee .fab {
    color: var(--cw-blue);
    font-size: 1rem;
}

.cw-hofstede-coffee strong,
.cw-hofstede-coffee small {
    display: block;
}

.cw-hofstede-coffee strong {
    color: var(--text-heading);
    font-size: 0.74rem;
    line-height: 1;
}

.cw-hofstede-coffee small {
    margin-top: 3px;
    color: var(--text-muted);
    font-size: 0.62rem;
    line-height: 1;
}

.cw-hofstede-coffee:hover,
.cw-hofstede-coffee:focus-visible {
    color: var(--text-heading);
    background: color-mix(in srgb, var(--cw-blue) 12%, var(--bg-elevated));
    border-color: color-mix(in srgb, var(--cw-blue) 48%, var(--border-strong));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    outline: 0;
    transform: translateY(-50%) translateX(2px);
}

@media (max-width: 768px) {
    .cw-hofstede-actions {
        top: 60px;
    }

    .cw-hofstede-actions-inner {
        min-height: 38px;
        gap: 8px;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .cw-hofstede-actions-brand,
    .cw-hofstede-action-link {
        min-height: 28px;
    }

    .cw-hofstede-actions-brand {
        padding: 0 9px;
    }

    .cw-hofstede-actions-brand span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .cw-hofstede-action-link {
        padding: 0 9px;
        font-size: 0.7rem;
    }

    .cw-hofstede-coffee {
        top: auto;
        bottom: 14px;
        min-height: 40px;
        transform: none;
    }

    .cw-hofstede-coffee:hover,
    .cw-hofstede-coffee:focus-visible {
        transform: translateX(2px);
    }
}

@media (max-width: 520px) {
    .cw-hofstede-action-link {
        width: 30px;
        padding: 0;
    }

    .cw-hofstede-action-link span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .cw-hofstede-coffee {
        padding-right: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cw-hofstede-actions,
    .cw-hofstede-actions-brand,
    .cw-hofstede-coffee,
    .cw-hofstede-action-link {
        transition: none;
    }

    .cw-hofstede-actions-brand:hover,
    .cw-hofstede-actions-brand:focus-visible,
    .cw-hofstede-action-link:hover,
    .cw-hofstede-action-link:focus-visible {
        transform: none;
    }

    .cw-hofstede-coffee:hover,
    .cw-hofstede-coffee:focus-visible {
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
    .cw-hofstede-coffee:hover,
    .cw-hofstede-coffee:focus-visible {
        transform: none;
    }
}


/* Enhanced Donate Button Styling */
.cw-hofstede-coffee {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 46px !important;
    padding: 7px 15px 7px 12px !important;
    color: var(--text-heading) !important;
    background: linear-gradient(135deg, color-mix(in srgb, var(--bg-elevated) 90%, var(--cw-blue) 10%), color-mix(in srgb, var(--bg-elevated) 80%, #ff5252 8%)) !important;
    border: 1px solid color-mix(in srgb, var(--cw-blue) 45%, var(--border-strong)) !important;
    border-left: 0 !important;
    border-radius: 0 999px 999px 0 !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32), 0 0 18px color-mix(in srgb, var(--cw-blue) 22%, transparent) !important;
    cursor: pointer !important;
}

.cw-donate-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: color-mix(in srgb, #ff4757 20%, transparent);
    color: #ff4757;
    font-size: 0.85rem;
    transition: transform var(--transition-fast), background var(--transition-fast);
}

.cw-donate-text strong {
    display: block;
    color: var(--text-heading);
    font-size: 0.8rem;
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.cw-donate-text small {
    display: block;
    margin-top: 2px;
    color: var(--cw-blue);
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
}

.cw-donate-paypal {
    color: var(--cw-blue);
    font-size: 1rem;
    margin-left: 2px;
}

.cw-hofstede-coffee:hover,
.cw-hofstede-coffee:focus-visible {
    background: linear-gradient(135deg, color-mix(in srgb, var(--bg-elevated) 82%, var(--cw-blue) 18%), color-mix(in srgb, var(--bg-elevated) 70%, #ff5252 16%)) !important;
    border-color: var(--cw-blue) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 24px color-mix(in srgb, var(--cw-blue) 35%, transparent) !important;
    transform: translateY(-50%) translateX(4px) !important;
}

.cw-hofstede-coffee:hover .cw-donate-icon {
    transform: scale(1.18);
    background: color-mix(in srgb, #ff4757 30%, transparent);
}

@media (max-width: 768px) {
    .cw-hofstede-coffee:hover,
    .cw-hofstede-coffee:focus-visible {
        transform: translateX(4px) !important;
    }
}
