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

/* Custom Style */
.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;
}
