.minerva {
    font-family: Arial, sans-serif;
    font-size: 11px;
    background-color: #f5f5f5;
    padding: 20px;
}

.minerva .form-container {
    background-color: white;
    border: 2px solid #2c5282;
    border-radius: 8px;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.minerva .header-title {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: white;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

.minerva .sub-header {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    color: white;
    text-align: center;
    padding: 6px;
    font-size: 11px;
    font-weight: 500;
}

.minerva .section-container {
    border: 1px solid #2c5282;
    margin: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.minerva .reference-row {
    display: flex;
    border-bottom: 1px solid #2c5282;
}

.minerva .reference-row:last-child {
    border-bottom: none;
}

.minerva .ref-number {
    background-color: #e6f3ff;
    border-right: 1px solid #2c5282;
    padding: 8px;
    font-weight: bold;
    color: #2c5282;
    width: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minerva .ref-field {
    flex: 1;
    border-right: 1px solid #2c5282;
    padding: 0;
}

.minerva .ref-field:last-child {
    border-right: none;
}

.minerva .field-label {
    background-color: #dbeafe;
    color: #1e40af;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 6px;
    border-bottom: 1px solid #2c5282;
}

.minerva .field-input {
    padding: 6px;
    min-height: 35px;
    background-color: white;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

.minerva .field-input input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    background: transparent;
}

.minerva .phone-field {
    background-color: #f8f9fa;
    color: #666;
}

.minerva .verification-section {
    margin: 8px;
    border: 1px solid #2c5282;
    border-radius: 4px;
    background-color: #f8f9fa;
}

.minerva .verification-header {
    background-color: #dbeafe;
    color: #1e40af;
    padding: 6px;
    font-size: 10px;
    font-weight: bold;
    border-bottom: 1px solid #2c5282;
}

.minerva .verification-content {
    padding: 15px;
    min-height: 80px;
}

.minerva .verification-item {
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.minerva .bottom-section {
    display: flex;
    margin: 8px;
    gap: 8px;
}

.minerva .authorization-box {
    flex: 1;
    border: 1px solid #2c5282;
    border-radius: 4px;
    padding: 10px;
    background-color: white;
    text-align: center;
}

.minerva .auth-text {
    color: #1e40af;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
}

.minerva .checkbox-container {
    border: 2px solid #333;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.minerva .important-box {
    flex: 2;
    border: 1px solid #2c5282;
    border-radius: 4px;
    padding: 10px;
    background-color: white;
}

.minerva .importante-title {
    color: #1e40af;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 6px;
}

.minerva .importante-text {
    color: #1e40af;
    font-size: 10px;
    line-height: 1.4;
    font-weight: bold;
}

.minerva .small-text {
    font-size: 8px;
    color: #666;
    margin-top: 4px;
}