/* ===== FORM ===== */
/*.feedback-form {*/
/*    max-width: 400px;*/
/*    margin: 50px auto;*/
/*    padding: 25px;*/
/*    background: #fff;*/
/*    border-radius: 12px;*/
/*    box-shadow: 0 6px 20px rgba(0,0,0,0.08);*/
/*    text-align: center;*/
/*    font-family: Arial, sans-serif;*/
/*}*/

/*.feedback-form h2 {*/
/*    margin-bottom: 20px;*/
/*}*/

/* ===== RATING BOX ===== */
/*.rating-box {*/
/*    margin-bottom: 20px;*/
/*}*/

/* ===== STARS ===== */
/*.rating-input {*/
/*    display: flex;*/
/*    flex-direction: row-reverse;*/
/*    justify-content: center;*/
/*}*/

/*.rating-input input {*/
/*    display: none;*/
/*}*/

/*.rating-input label {*/
/*    font-size: 40px;*/
/*    color: #ddd;*/
/*    cursor: pointer;*/
/*    transition: 0.2s;*/
/*}*/

/* hover */
/*.rating-input label:hover,*/
/*.rating-input label:hover ~ label {*/
    color: #fbbc04; /* warna google */
/*}*/

/* selected */
/*.rating-input input:checked ~ label {*/
/*    color: #fbbc04;*/
/*}*/

/* ===== ANGKA ===== */
/*.rating-value {*/
/*    margin-top: 8px;*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*}*/

/* ===== INPUT ===== */
/*.feedback-form input,*/
/*.feedback-form textarea {*/
/*    width: 100%;*/
/*    padding: 12px;*/
/*    margin-top: 10px;*/
/*    border-radius: 8px;*/
/*    border: 1px solid #ddd;*/
/*    font-size: 14px;*/
/*}*/

/* ===== BUTTON ===== */
/*.feedback-form button {*/
/*    width: 100%;*/
/*    margin-top: 15px;*/
/*    padding: 12px;*/
    background: #1a73e8; /* google blue */
/*    color: white;*/
/*    border: none;*/
/*    border-radius: 8px;*/
/*    cursor: pointer;*/
/*    font-weight: bold;*/
/*}*/

/*.feedback-form button:hover {*/
/*    background: #1669c1;*/
/*}*/
/*.komentar-wrapper {*/
/*    margin-top: 10px;*/
/*    max-width: 1100px;*/
/*    margin: auto;*/
    
/*}*/

/*.komentar-slider {*/
/*    overflow: hidden;*/
/*}*/

/*.komentar-track {*/
/*    display: flex;*/
/*    transition: transform 0.5s ease;*/
/*}*/

/* CARD */
/*.komentar {*/
/*    min-width: 33.33%;*/
/*    box-sizing: border-box;*/
/*    padding: 15px;*/
/*}*/

/*.komentar {*/
/*    background: #fff;*/
    /* border-radius: 14px; */
/*    padding: 25px;*/
/*    box-shadow: 0 6px 18px rgba(0,0,0,0.08);*/
/*}*/

/* AVATAR */
/*.avatar {*/
/*    text-align: center;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.avatar img {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: 50%;*/
/*    border: 5px solid #eee;*/
/*}*/

/* RATING */
/*.rating {*/
/*    text-align: center;*/
/*    margin-bottom: 15px;*/
/*    font-size: 18px;*/
/*    color: #ffc107;*/
/*}*/

/* TEXT */
/*.text {*/
/*    font-size: 14px;*/
/*    color: #555;*/
/*    line-height: 1.6;*/
/*    margin-bottom: 20px;*/
/*    position: relative;*/
/*    padding-left: 20px;*/
/*}*/

/*.text::before {*/
/*    content: "“";*/
/*    font-size: 35px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -5px;*/
/*    color: #ccc;*/
/*}*/

/* RESPONSIVE */
/*@media (max-width: 1024px) {*/
/*    .komentar { min-width: 50%; }*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .komentar { min-width: 100%; }*/
/*}*/