.ibp-item {
    border:1px solid #ddd;
    padding:15px;
    margin-bottom:20px;
    border-radius:8px;
}

.ibp-form input, .ibp-form textarea {
    width:100%;
    margin-bottom:10px;
    padding:8px;
}

.ibp-riwayat {
    border:1px solid #ccc;
    padding:10px;
    margin-bottom:10px;
}

/* =========================
   KATEGORI PILL
========================= */
.ibp-kategori {
    text-align: center;
    margin-bottom: 20px;
}

.ibp-pill {
    display: inline-block;
    padding: 6px 14px;
    margin: 5px;
    background: #eee;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

.ibp-pill:hover {
    background: #ddd;
}

.ibp-pill.active {
    background: #ccc;
    font-weight: bold;
}

/* =========================
   META IKLAN (GRID RAPI)
========================= */
.ibp-meta {
    margin-top: 15px;
    padding: 15px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
}

/* 1 baris */
.ibp-row {
    display: grid;
    grid-template-columns: 120px 10px 1fr;
    gap: 5px;
    margin-bottom: 8px;
    align-items: start;
}

/* label kiri */
.ibp-label {
    font-weight: bold;
    color: #333;
}

/* titik dua */
.ibp-sep {
    text-align: center;
}

/* isi kanan */
.ibp-value {
    color: #555;
    word-break: break-word;
}

/* link */
.ibp-value a {
    color: #0073aa;
    text-decoration: none;
}

.ibp-value a:hover {
    text-decoration: underline;
}