/*
Theme Name: KBZQR
Theme URI: https://example.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom WordPress theme built from scratch.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/

body {
    background-color: #0052A1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.kbz-logo {
    max-width: 150px;
}
.certificate {
    max-width: 560px;
    margin: auto;
    background-color: #fff;
    border-radius: 12px;
}
.certificate-header {
    text-align: center;
    margin-bottom: 10px;
}
.certificate-divider {
    border-bottom: 2px solid #0052A1;
    margin-bottom: 30px;
}
.certificate-header img {
    max-width: 150px;
}
.certificate-title {
    font-size: 0.95rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.certificate-content h5 {
    text-align: center;
    font-weight: bold;
    font-size: 0.95rem;
    margin-bottom: 30px;
}

.lbl {
    min-width: 200px;
    font-size: 0.85rem;
}

.value {
    font-size: 0.85rem;
    word-wrap: break-word;
}

.certificate-footer {
    text-align: center;
    margin-top: 25px;
    font-size: 0.9rem;
}

.footer-divider {
    border-bottom: 3px dotted #0052A1;
    margin-top: 10px;
}

.receipt-footer {
    margin-top: 15px;
}

.receipt-footer span {
    font-size: 0.8rem;
    line-height: 23px;
    text-align: center;
}