﻿.helper-block {
    margin-top: 24px;
}

.helper-toggle {
    margin-bottom: 4px;
}

div.whereToFind {
    margin-top: 0;
}

span.whereToFind {
    text-decoration: underline;
    position: relative;
    padding-left: 5px !important;
    cursor: pointer;
    font-size: 16px;
}

span.arrow {
    color: #005ea5;
}

.helper-panel {
    display: none;
    border-left: 4px solid #bfc1c3;
    padding-left: 15px;
    margin-bottom: 12px;
}

.helper-text {
    margin: 12px 0;
}

.helper-img {
    max-width: 650px;
}

/* Certificate Result Styles */
.certificate-result {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.result-alert {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-left: 4px solid;
    font-size: 16px;
}

.result-valid {
    background-color: #eef7e7;
    border-left-color: #6c9c2d;
    color: #333;
}

.result-invalid {
    background-color: #fbe9e7;
    border-left-color: #d32f2f;
    color: #333;
}

.result-description {
    margin-bottom: 25px;
}

.result-description p {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.result-table-container {
    overflow-x: auto;
}

.result-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.result-table th,
.result-table td {
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0;
}

.result-table th {
    background-color: #f8f8f8;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
}

.result-table td {
    color: #000;
}

.result-table tbody tr:hover {
    background-color: #fafafa;
}

.status-valid {
    color: #2e7d32;
    font-weight: 500;
}

.status-invalid {
    color: #d32f2f;
    font-weight: 500;
}

.download-link {
    color: #2e3191;
    text-decoration: underline;
    cursor: pointer;
}

.download-link:hover {
    color: #1a1a6e;
}
