#contactInquiryContent {
    height: 120px;
    min-height: 120px;
}

/* CONFIRMATION TABLE STYLES */
.confirm-table {
    width: 100%;
    margin-bottom: 1.5rem;
}

.confirm-table th {
    background-color: #f8f9fa;
    padding: 12px 15px;
    font-weight: 600;
    width: 30%;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
}

.confirm-table td {
    padding: 12px 15px;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
    white-space: pre-wrap;
    word-break: break-word;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.submit-btn {
    min-width: 150px;
}

.back-btn {
    min-width: 150px;
    background-color: #fff;
    border: 1px solid #6EB92C;
    color: #6EB92C;
}

.back-btn:hover {
    background-color: #f8f9fa;
    color: #6EB92C;
}