/* Layout styles */
/* Disable elementor kit style */
.elementor-kit-6 .app-container button {
    background-color: initial;
    font-size: initial;
    font-weight: initial;
    line-height: initial;
    text-shadow: initial;
    color: initial;
    border-style: initial;
    border-radius: initial;
    padding: initial;
}
.page-template-default .app-container {
    display: flex;
    gap: 20px;
    font-family: "Open Sans", Sans-serif;
}
.page-template-default .app-container .left-panel {
    flex: 1;
    min-width: 0;
}
.page-template-default .app-container .right-panel {
    flex: 1;
    min-width: 0;
    position: sticky;
    top: 95px;
    align-self: flex-start;
}
.page-template-default .app-container .container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 100%;
}
.page-template-default .app-container h1 {
    color: #333;
    margin-bottom: 20px;
}
.page-template-default .app-container h2 {
    color: #444;
    margin-top: 0;
}
.page-template-default .app-container .input-section {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.page-template-default .app-container .input-section h2 {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 10px;
}
.page-template-default .app-container textarea {
    width: 97%;
    height: 200px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: monospace;
    resize: vertical;
    line-height: 1em;
}
.page-template-default .app-container .small-textarea {
    height: 100px;
}
.page-template-default .app-container .file-input-container {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}
.page-template-default .app-container .file-input-container input[type="file"] {
    display: none;
}
.page-template-default .app-container .file-input-button {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
    line-height: 1em;
}
.page-template-default .app-container .file-input-button:hover {
    background-color: #5a6268;
}
.page-template-default .app-container .file-name {
    margin-top: 5px;
    color: #666;
    display: none;
}
.page-template-default .app-container button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1em;
}
.page-template-default .app-container button:hover {
    background-color: #0056b3;
}
.page-template-default .app-container .button-group {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.page-template-default .app-container .verify-button {
    background-color: #6c757d;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1em;
}
.page-template-default .app-container .verify-button:hover {
    background-color: #5a6268;
}
.page-template-default .app-container #result {
    background-color: #f8f9fa;
    width: 100%;
    height: 100%;
    min-height: 300px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    white-space: pre-wrap;
    font-family: monospace;
    overflow: auto;
    display: none;
}
.page-template-default .app-container .section-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.page-template-default .app-container .results-section {
    margin-bottom: 20px;
}
.page-template-default .app-container .error {
    color: #dc3545;
    margin-top: 10px;
    display: none;
}
.page-template-default .app-container .verification-status {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    display: none;
    margin-bottom: 10px;
}
.page-template-default .app-container .verification-status.valid {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.page-template-default .app-container .verification-status.invalid {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.page-template-default .app-container .verification-status.unknown {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}
.page-template-default .app-container .verification-warning {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    display: none;
    margin-bottom: 10px;
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}
@media (max-width: 768px) {
    .page-template-default .app-container {
        flex-direction: column;
    }
    .page-template-default .app-container .right-panel {
        position: static;
    }
}
.page-template-default .app-container .info-text {
    font-size: 0.9em;
    color: #6c757d;
    margin-top: 5px;
}
.page-template-default .app-container .clear-button {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1em;
}
.page-template-default .app-container .clear-button:hover {
    background-color: #5a6268;
}
/* Button container styles */
.page-template-default .app-container .button-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
/* Tab styles */
.page-template-default .app-container .tab-container {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 0;
}
.page-template-default .app-container .tab-button {
    background-color: transparent;
    color: #6c757d;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    margin-right: 4px;
    border-radius: 4px 4px 0 0;
    transition: all 0.2s ease;
    line-height: 1em;
}
.page-template-default .app-container .tab-button:hover {
    background-color: #f8f9fa;
    color: #495057;
}
.page-template-default .app-container .tab-button.active {
    background-color: white;
    color: #007bff;
    border: 1px solid #ddd;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
}
.page-template-default .app-container .tab-content {
    display: none;
    padding: 20px 0;
}
.page-template-default .app-container .tab-content.active {
    display: block;
}