.sk-ww-google-business-posts *,
.sk-ww-google-business-posts {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Opsional: kalau mau ubah jadi putih polos */
.google-post-section {
    background-color: #ffffff !important;
}

.google-post-section {
    margin-top: 120px;
    padding: 40px 15px;
    background-color: #f8f9fa;
}

.section-title {
    font-weight: 700;
    color: #1a1a1a;
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    margin-bottom: 10px;
    text-align: center;
}

.section-subtitle {
    color: #666;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    margin-bottom: 30px;
    text-align: center;
}

/* ====== PERBAIKAN BAGIAN INI ====== */
.google-post-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Buat elemen widget mengambil lebar penuh layar */
.sk-ww-google-business-posts {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

/* Responsif */
@media (max-width: 768px) {
    .google-post-section {
        padding: 30px 10px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .sk-ww-google-business-posts {
        max-width: 100% !important;
    }
}
