.btwp-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #fff8f9;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', sans-serif;
}
.btwp-form input, .btwp-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.btwp-form button {
    background-color: #ff6fa1;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}
.btwp-form button:hover {
    background-color: #ff4081;
}
.btwp-list h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #444;
}
.btwp-item {
    background: #fff;
    border-left: 4px solid #ff6fa1;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
}
.btwp-nama {
    font-weight: bold;
    margin-bottom: 5px;
}
.btwp-pesan {
    margin-bottom: 6px;
}
.btwp-balasan {
    background: #fce4ec;
    padding: 8px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 6px;
}
.btwp-waktu {
    font-size: 12px;
    color: #888;
}
