/* Wrapper Utama */
.serbahobi-block-wrapper {
    margin-bottom: 2rem;
    font-family: inherit;
}

/* Styling H3 Title */
.serbahobi-block-wrapper .serbahobi-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
}

/* Styling Gambar */
.serbahobi-block-wrapper .serbahobi-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

/* Container Tombol */
.serbahobi-button-container {
    text-align: center;
    margin-bottom: 20px;
}

/* Styling Tombol Print PDF */
.serbahobi-block-wrapper .serbahobi-btn {
    background-color: #8da411; 
    color: #000000;
    font-weight: 800;
    font-size: 1.3rem;
    padding: 10px 40px;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
}

/* Styling Deskripsi Manual */
.serbahobi-block-wrapper .serbahobi-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    font-weight: normal;
    text-align: justify;
}