.swai-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #DEDEDE;
}
.swai-label {
    font-weight: 600;
    margin-right: 4px;
}
.swai-buttons__btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 20px;
    color: #fff !important;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.2s;
}
.swai-buttons__btn:hover {
    opacity: 0.85;
}
.swai-chatgpt { background: #1e293b; }
.swai-google { background: #2563eb; }
.swai-claude { background: #c2410c; }
.swai-grok { background: #262626; }
.swai-perplexity { background: #0f766e; }

@media screen and (max-width: 719px) {
    .swai-buttons {
        padding: 12px 0;
    }
    .swai-buttons__btn {
        font-size: 13px;
        padding: 6px 12px;
    }
}
