/**
 * Auditor Commendation Certificate Styles
 */

.certificate-container.auditor-commendation {
    width: 1000px;
    height: 700px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    padding: 60px;
}

.certificate-container.auditor-commendation .certificate-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

/* Laurel Wreath Icon */
.certificate-container.auditor-commendation .icon-container {
    width: 120px;
    height: 100px;
    margin-bottom: 20px;
}

.certificate-container.auditor-commendation .laurel-wreath {
    width: 100%;
    height: 100%;
}

.certificate-container.auditor-commendation .title {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.certificate-container.auditor-commendation .subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #333;
}

.certificate-container.auditor-commendation .recipient-name {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.certificate-container.auditor-commendation .description-text {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    max-width: 80%;
    margin: 0 auto 60px;
}

/* Footer Section */
.certificate-container.auditor-commendation .footer-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    padding: 0 80px;
    box-sizing: border-box;
}

.certificate-container.auditor-commendation .footer-item {
    text-align: center;
    width: 200px;
}

.certificate-container.auditor-commendation .footer-value {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    min-height: 27px;
}

.certificate-container.auditor-commendation .footer-label {
    font-size: 14px;
    color: #555;
    border-top: none;
    padding-top: 0;
}

/* Responsive handling for scaling */
.certificate-container.auditor-commendation .editable-text:hover {
    background-color: rgba(160, 64, 32, 0.05);
    border-radius: 4px;
}

/* If background image is not showing well, ensure content is top-level */
.certificate-container.auditor-commendation {
    background-color: #f5f7f9;
    /* Fallback */
}