/* Worksheet action button bar — consistent across all worksheet pages */

.ws-action-row {
    width: 100%;
}

.ws-action-btn,
button.ws-action-btn,
button.ws-action-btn.download {
    flex: 0 1 auto !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 8px 18px !important;
    background-color: #29f1c3 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.4rem !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    outline: none !important;
}

.ws-action-btn:hover {
    filter: brightness(0.95);
}

.ws-action-btn .icon,
.ws-action-btn object {
    position: static;
    top: auto;
    height: 13px;
    width: 13px;
    pointer-events: none;
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .ws-action-row { max-width: 100% !important; }
}
