.sg-container-d813caf1 {
    width: 100%;
}
.sg-list-d813caf1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Default gap fallback */
}
.sg-item-d813caf1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
    white-space: nowrap;
    max-width: 100%;
}

/* Ensure long text doesn't overflow mobile screens */
@media (max-width: 767px) {
    .sg-item-d813caf1 {
        white-space: normal;
        word-break: break-word;
    }
}