/* === Sidebar Container === */
#customblock-sidebar {
    font-family: Arial, sans-serif;
    font-size: 12px; /* Semua tulisan 12px */
    line-height: 1.5;
    color: #000;
}

/* === Judul Tabel / Header === */
#customblock-sidebar table td span,
#customblock-sidebar table td strong,
#customblock-sidebar h2.title {
    font-size: 12px; /* konsisten */
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

/* === Tabel Umum === */
#customblock-sidebar table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ccc;
}

/* === Sel Tabel === */
#customblock-sidebar table td {
    background-color: #f8f8ff;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px; /* pastikan semua 12px */
}

/* === Header Table === */
#customblock-sidebar table td:first-child {
    background-color: #f8f8ff;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 12px 5px;
}

/* === Link / Menu === */
#customblock-sidebar a {
    color: #000;
    text-decoration: none;
    font-size: 12px; /* pastikan 12px */
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
}

/* === Hover Effect untuk Link === */
#customblock-sidebar a:hover {
    color: #fff;
    background-color: #1520a6; /* warna hover elegan */
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* === Tombol Kirim Naskah === */
#customblock-sidebar div > a {
    display: inline-block;
    background-color: #1520a6;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

#customblock-sidebar div > a:hover {
    background-color: #f8f8ff;
}

/* === Images / Reference Tools / Banner === */
#customblock-sidebar img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

/* === Reference Tools Container === */
#customblock-sidebar .reference-tools td {
    padding: 10px;
    background-color: #f8f8ff;
}

/* === Menu JBIMA khusus === */
#customblock-sidebar .menu-jbima td {
    background-color: #f8f8ff;
    padding: 10px;
}

#customblock-sidebar .menu-jbima td a {
    font-size: 12px;
}

/* === Visitors Counter === */
#customblock-sidebar .visitors td {
    padding: 16px;
    background-color: #f8f8ff;
}

/* === Hover effect untuk Tabel === */
#customblock-sidebar table td:hover {
    background-color: #e0e0e0;
    transition: 0.3s;
}
