.swai-buttons {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.swai-buttons a {
    background-color: #f3f3f3;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    transition: all 0.2s ease;
}
.swai-buttons a:hover {
    background-color: #ddd;
}
