/*
Theme Name: Standard Arabia Verification Logos Theme V10
Theme URI: https://standeradarabia.com/
Author: Codex
Author URI: https://openai.com/
Description: Corporate inspection, training, and verification WordPress theme for Standard Arabia.
Version: 1.10.5
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Proprietary
Text Domain: sar-theme
*/
/* Container and Search Box Styling */
.verification-custom-shell {
    padding: 34px 0 64px;
}

.cert-search-container {
    background: #ffffff;
    padding: 42px 28px 28px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin: 40px auto;
    max-width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert-input-wrapper {
    display: flex;
    width: 100%;
    max-width: 600px;
    background: #f4f7f9;
    padding: 5px;
    border-radius: 50px;
}

#cert_id_input {
    flex-grow: 1;
    border: none;
    background: transparent;
    padding: 15px 25px;
    font-size: 16px;
    outline: none;
}

#submit_verification {
    background: #00558d;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

#submit_verification:hover {
    background: #003d66;
}

#cert_results_area {
    max-width: 900px;
    margin: -8px auto 0;
    padding: 12px 28px 30px;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.table-responsive {
    padding: 10px 12px 0;
}

/* Table Styling */
.custom-verification-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 22px;
    background: #fff;
}

.custom-verification-table thead th {
    background-color: #00558d;
    color: white;
    padding: 17px 16px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #004471;
}

.custom-verification-table td {
    padding: 18px 16px;
    border: 1px solid #eee;
    text-align: center;
    color: #444;
    line-height: 1.6;
}

.success-msg {
    color: #28a745;
    text-align: center;
    font-weight: 600;
    margin: 30px 0 10px;
}

@media (max-width: 640px) {
    .verification-custom-shell {
        padding: 24px 0 40px;
    }

    .cert-search-container {
        padding: 28px 16px 20px;
        margin-top: 24px;
    }

    #cert_results_area {
        padding: 8px 12px 20px;
    }

    .table-responsive {
        padding: 8px 0 0;
    }

    .custom-verification-table thead th,
    .custom-verification-table td {
        padding: 12px 10px;
    }
}
