.share-match-btn {
    background-color: #25D366;
    border-color: #25D366;
    color: white;
    font-weight: 500;
    transition: all 0.2s;
    white-space: nowrap;
}

.share-match-btn:hover,
.share-match-btn:focus {
    background-color: #20BA5A;
    border-color: #20BA5A;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.3);
}

.share-match-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(37, 211, 102, 0.2);
}

.match-share-option {
    display: block;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.65rem 0.75rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: border-color 0.15s, background-color 0.15s;
}

.match-share-option:hover {
    border-color: #adb5bd;
    background-color: #f8f9fa;
}

.match-share-option.is-selected {
    border-color: #25D366;
    background-color: #f0fdf4;
}

.match-share-option .form-check-input {
    margin-top: 0.2rem;
}

.match-share-option-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.match-share-option-label .icon-inline-svg {
    flex-shrink: 0;
}

.match-share-option-path {
    font-size: 0.78rem;
    color: #6c757d;
    word-break: break-all;
}

.match-share-banner {
    margin: 0 0 1rem;
}

.match-share-banner--index {
    margin: -0.25rem 0 0.75rem;
}

.index-page-header-actions .share-match-btn {
    margin: 0;
}

.match-share-banner__btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid rgba(37, 211, 102, 0.22);
    border-radius: 0.5rem;
    background: rgba(37, 211, 102, 0.07);
    color: #2d6a4f;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    transition: background-color 0.15s, border-color 0.15s;
}

.match-share-banner__btn:hover,
.match-share-banner__btn:focus-visible {
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.35);
    color: #1b4332;
}

.match-share-banner__icon {
    flex-shrink: 0;
    opacity: 0.85;
    font-size: 0.85rem;
}

.match-share-banner__text {
    flex: 1 1 auto;
    min-width: 0;
}

.match-share-banner__chevron {
    flex-shrink: 0;
    opacity: 0.45;
    font-size: 0.7rem;
}
