/*
Theme Name: Pinalle QRCode
Theme URI: https://pinalle.com
Author: Mas Ochi
Template: archivist-wpcom
Version: 1.0
Description: Child theme untuk custom audio guide player.
*/

/* ============================================================
   PLAYER COMPONENT STYLE (asli dari mas ochi)
============================================================ */
.audio-guide-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.audio-guide-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}
.audio-guide-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.audio-guide-lang {
    margin-bottom: 15px;
}
audio {
    width: 100%;
    margin-top: 10px;
}

/* ============================================================
   HILANGKAN GARIS <hr> WP.COM
============================================================ */
#page > hr,
body > hr,
div#header + hr,
hr {
    display:none !important;
    border:0 !important;
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
}

/* ============================================================
   GLOBAL BACKGROUND (SEMUA HALAMAN NON–PLAYER)
============================================================ */
body {
    background: #a2d5e0 !important;   /* warna global */
    color: #000000 !important;
}

/* ============================================================
   BACKGROUND HITAM KHUSUS HALAMAN PLAYER AUDIO
============================================================ */
body.single-audio_guide {
    background: #000000 !important;
    color: #ffffff !important;
}


/* ============================================================
   DASHBOARD TEXT
============================================================ */
.ag-dashboard * {
    color: #000 !important;
}

/* Reset warna teks khusus popup kontak */
.tour-contact-popup,
.tour-contact-popup * {
    color: #000 !important;   /* hitam, biar jelas */
}

