

    .quick-info-icon-wrapper {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        background: transparent;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 0.75rem;
        flex-shrink: 0;
    }
    .quick-info-icon-wrapper .icon-svg {
        width: 20px;
        height: 20px;
    }
    .quick-info-item {
        padding: 0.35rem 0;
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }
    .quick-info-item:first-child {
        padding-top: 0.15rem;
    }
    .quick-info-separator {
        margin: 0.4rem 0;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        opacity: 1;
    }
    .quick-info-item strong {
        font-size: 0.9rem;
        font-weight: 600;
        color: #495057;
        margin-right: 0.25rem;
    }
    .quick-info-item span {
        font-size: 0.95rem;
        font-weight: 500;
        color: #212529;
    }
    html[data-theme="light"] .quick-info-icon-wrapper .icon-svg,
    html:not([data-theme="dark"]) .quick-info-icon-wrapper .icon-svg,
    body[data-theme="light"] .quick-info-icon-wrapper .icon-svg,
    body:not([data-theme="dark"]) .quick-info-icon-wrapper .icon-svg {
        color: rgba(0, 0, 0, 0.7) !important;
    }
    html[data-theme="light"] .quick-info-icon-wrapper,
    html:not([data-theme="dark"]) .quick-info-icon-wrapper,
    body[data-theme="light"] .quick-info-icon-wrapper,
    body:not([data-theme="dark"]) .quick-info-icon-wrapper {
        border-color: rgba(0, 0, 0, 0.3) !important;
    }
    html[data-theme="dark"] .quick-info-icon-wrapper,
    body[data-theme="dark"] .quick-info-icon-wrapper {
        border-color: rgba(255, 255, 255, 0.3) !important;
        background: transparent;
    }
    html[data-theme="dark"] .quick-info-icon-wrapper .icon-svg,
    body[data-theme="dark"] .quick-info-icon-wrapper .icon-svg {
        color: rgba(255, 255, 255, 0.9) !important;
    }
    html[data-theme="dark"] .quick-info-item strong,
    body[data-theme="dark"] .quick-info-item strong {
        color: rgba(255, 255, 255, 0.9);
    }
    html[data-theme="dark"] .quick-info-item span,
    body[data-theme="dark"] .quick-info-item span {
        color: rgba(255, 255, 255, 0.8);
    }
    html[data-theme="light"] .quick-info-item strong,
    html:not([data-theme="dark"]) .quick-info-item strong,
    body[data-theme="light"] .quick-info-item strong,
    body:not([data-theme="dark"]) .quick-info-item strong {
        color: #495057;
    }
    html[data-theme="light"] .quick-info-item span,
    html:not([data-theme="dark"]) .quick-info-item span,
    body[data-theme="light"] .quick-info-item span,
    body:not([data-theme="dark"]) .quick-info-item span {
        color: #6c757d;
    }
    html[data-theme="dark"] .quick-info-separator,
    body[data-theme="dark"] .quick-info-separator {
        border-top-color: rgba(255, 255, 255, 0.1);
    }
    .check-item {
        padding: 0.3rem 0;
        margin-bottom: 0.5rem;
    }
    .check-item:last-child {
        margin-bottom: 0;
    }
    .check-label {
        font-size: 0.85rem;
        font-weight: 600;
        color: #495057;
        letter-spacing: 0.3px;
        margin-bottom: 0.35rem !important;
    }
    html[data-theme="dark"] .check-label,
    body[data-theme="dark"] .check-label {
        color: rgba(255, 255, 255, 0.8) !important;
    }
    html[data-theme="dark"] #quick-info-country-code,
    body[data-theme="dark"] #quick-info-country-code {
        color: rgba(255, 255, 255, 0.8) !important;
    }

    .status-icon-wrapper {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 0.5rem auto;
        transition: transform 0.3s ease;
    }
    .status-icon-success {
        background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(40, 167, 69, 0.08) 100%);
        color: #28a745;
    }
    .status-icon-danger {
        background: linear-gradient(135deg, rgba(220, 53, 69, 0.15) 0%, rgba(220, 53, 69, 0.08) 100%);
        color: #dc3545;
    }
    .status-icon-warning {
        background: linear-gradient(135deg, rgba(255, 193, 7, 0.2) 0%, rgba(255, 193, 7, 0.1) 100%);
        color: #856404;
    }
    .status-icon-unknown {
        background: linear-gradient(135deg, rgba(108, 117, 125, 0.15) 0%, rgba(108, 117, 125, 0.08) 100%);
        color: #6c757d;
    }
    .status-icon-wrapper .icon-svg {
        width: 40px;
        height: 40px;
    }
    .status-text {
        font-size: 1.4rem !important;
        font-weight: 700 !important;
        letter-spacing: 0.5px;
        margin-bottom: 0.5rem !important;
    }
    #bin-status-description {
        font-size: 0.9rem;
        line-height: 1.4;
        color: #6c757d;
        margin-top: 0.25rem;
    }
    html[data-theme="dark"] #bin-status-description,
    body[data-theme="dark"] #bin-status-description {
        color: rgba(255, 255, 255, 0.7) !important;
    }
    html[data-theme="dark"] .status-icon-success,
    body[data-theme="dark"] .status-icon-success {
        background: linear-gradient(135deg, rgba(40, 167, 69, 0.25) 0%, rgba(40, 167, 69, 0.15) 100%);
        color: #4caf50;
    }
    html[data-theme="dark"] .status-icon-danger,
    body[data-theme="dark"] .status-icon-danger {
        background: linear-gradient(135deg, rgba(220, 53, 69, 0.25) 0%, rgba(220, 53, 69, 0.15) 100%);
        color: #ff5252;
    }
    html[data-theme="dark"] .status-icon-warning,
    body[data-theme="dark"] .status-icon-warning {
        background: linear-gradient(135deg, rgba(255, 193, 7, 0.25) 0%, rgba(255, 193, 7, 0.12) 100%);
        color: #ffc107;
    }
    html[data-theme="dark"] .status-icon-unknown,
    body[data-theme="dark"] .status-icon-unknown {
        background: linear-gradient(135deg, rgba(108, 117, 125, 0.25) 0%, rgba(108, 117, 125, 0.12) 100%);
        color: #adb5bd;
    }
    #bin-status-text .text-warning {
        color: #856404 !important;
    }
    html[data-theme="dark"] #bin-status-text .text-warning {
        color: #ffc107 !important;
    }
    .match-status-detail-card {
        border: 1px solid rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }
    html[data-theme="dark"] .match-status-detail-card {
        border-color: rgba(255, 255, 255, 0.1);
    }
    #bin-search-status-card.border-success,
    #bin-status-card.border-success {
        border-width: 2px !important;
        border-color: #28a745 !important;
        box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.15) !important;
    }
    #bin-search-status-card.border-success #bin-search-status-header {
        border-bottom: 1px solid rgba(40, 167, 69, 0.2) !important;
    }
    #bin-search-status-card.border-danger,
    #bin-status-card.border-danger {
        border-width: 2px !important;
        border-color: #dc3545 !important;
        box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.15) !important;
    }
    #bin-search-status-card.border-danger #bin-search-status-header {
        border-bottom: 1px solid rgba(220, 53, 69, 0.2) !important;
    }
    #bin-search-status-card.border-warning,
    #bin-status-card.border-warning {
        border-width: 2px !important;
        border-color: #ffc107 !important;
        box-shadow: 0 0 0 0.1rem rgba(255, 193, 7, 0.15) !important;
    }
    #bin-search-status-card.border-warning #bin-search-status-header {
        border-bottom: 1px solid rgba(255, 193, 7, 0.25) !important;
    }
    #bin-search-status-card.border-secondary,
    #bin-status-card.border-secondary {
        border-width: 2px !important;
        border-color: #6c757d !important;
        box-shadow: 0 0 0 0.1rem rgba(108, 117, 125, 0.15) !important;
    }
    #bin-search-status-card.border-secondary #bin-search-status-header {
        border-bottom: 1px solid rgba(108, 117, 125, 0.25) !important;
    }
    html[data-theme="dark"] #bin-search-status-card.border-success,
    html[data-theme="dark"] #bin-status-card.border-success,
    body[data-theme="dark"] #bin-search-status-card.border-success,
    body[data-theme="dark"] #bin-status-card.border-success {
        border-color: #28a745 !important;
    }
    html[data-theme="dark"] #bin-search-status-card.border-danger,
    html[data-theme="dark"] #bin-status-card.border-danger,
    body[data-theme="dark"] #bin-search-status-card.border-danger,
    body[data-theme="dark"] #bin-status-card.border-danger {
        border-color: #dc3545 !important;
    }
    html[data-theme="dark"] #bin-search-status-card.border-warning,
    html[data-theme="dark"] #bin-status-card.border-warning,
    body[data-theme="dark"] #bin-search-status-card.border-warning,
    body[data-theme="dark"] #bin-status-card.border-warning {
        border-color: #ffc107 !important;
    }
    html[data-theme="dark"] #bin-search-status-card.border-secondary,
    html[data-theme="dark"] #bin-status-card.border-secondary,
    body[data-theme="dark"] #bin-search-status-card.border-secondary,
    body[data-theme="dark"] #bin-status-card.border-secondary {
        border-color: #adb5bd !important;
    }


    #bin-search-status-body .match-status-detail-card.border-danger,
    #bin-status-card.border-danger {
        background: linear-gradient(135deg, rgba(220, 53, 69, 0.05) 0%, rgba(220, 53, 69, 0.02) 100%) !important;
        border: 1px solid rgba(220, 53, 69, 0.2) !important;
        transition: none !important;
    }
    #bin-search-status-body .match-status-detail-card.border-success,
    #bin-status-card.border-success {
        background: linear-gradient(135deg, rgba(40, 167, 69, 0.05) 0%, rgba(40, 167, 69, 0.02) 100%) !important;
        border: 1px solid rgba(40, 167, 69, 0.2) !important;
        transition: none !important;
    }
    #bin-search-status-body .match-status-detail-card.border-warning,
    #bin-status-card.border-warning {
        background: linear-gradient(135deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 193, 7, 0.03) 100%) !important;
        border: 1px solid rgba(255, 193, 7, 0.35) !important;
        transition: none !important;
    }
    #bin-search-status-body .match-status-detail-card.border-secondary,
    #bin-status-card.border-secondary {
        background: linear-gradient(135deg, rgba(108, 117, 125, 0.08) 0%, rgba(108, 117, 125, 0.03) 100%) !important;
        border: 1px solid rgba(108, 117, 125, 0.25) !important;
        transition: none !important;
    }
    #bin-search-status-body .match-status-detail-card.border-danger:hover,
    #bin-search-status-body .match-status-detail-card.border-success:hover,
    #bin-search-status-body .match-status-detail-card.border-warning:hover,
    #bin-search-status-body .match-status-detail-card.border-secondary:hover {
        transform: none !important;
        box-shadow: none !important;
    }

    html[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-danger,
    html[data-theme="dark"] #bin-status-card.border-danger,
    body[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-danger,
    body[data-theme="dark"] #bin-status-card.border-danger {
        background: linear-gradient(135deg, rgba(220, 53, 69, 0.15) 0%, rgba(220, 53, 69, 0.08) 100%) !important;
        border: 1px solid rgba(220, 53, 69, 0.3) !important;
    }
    html[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-success,
    html[data-theme="dark"] #bin-status-card.border-success,
    body[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-success,
    body[data-theme="dark"] #bin-status-card.border-success {
        background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(40, 167, 69, 0.08) 100%) !important;
        border: 1px solid rgba(40, 167, 69, 0.3) !important;
    }
    html[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-warning,
    html[data-theme="dark"] #bin-status-card.border-warning,
    body[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-warning,
    body[data-theme="dark"] #bin-status-card.border-warning {
        background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 193, 7, 0.08) 100%) !important;
        border: 1px solid rgba(255, 193, 7, 0.35) !important;
    }
    html[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-secondary,
    html[data-theme="dark"] #bin-status-card.border-secondary,
    body[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-secondary,
    body[data-theme="dark"] #bin-status-card.border-secondary {
        background: linear-gradient(135deg, rgba(108, 117, 125, 0.15) 0%, rgba(108, 117, 125, 0.08) 100%) !important;
        border: 1px solid rgba(173, 181, 189, 0.35) !important;
    }
    html[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-danger:hover,
    html[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-success:hover,
    html[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-warning:hover,
    html[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-secondary:hover,
    body[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-danger:hover,
    body[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-success:hover,
    body[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-warning:hover,
    body[data-theme="dark"] #bin-search-status-body .match-status-detail-card.border-secondary:hover {
        box-shadow: none !important;
        transform: none !important;
    }

    #bin-status-text .text-danger,
    #bin-status-card-body .text-danger,
    #bin-status-text .status-text.text-danger,
    #bin-status-card-body .status-text.text-danger {
        color: #dc3545 !important;
    }
    #bin-status-text .text-success,
    #bin-status-card-body .text-success,
    #bin-status-text .status-text.text-success,
    #bin-status-card-body .status-text.text-success {
        color: #28a745 !important;
    }
    html[data-theme="dark"] #bin-status-text .text-success,
    html[data-theme="dark"] #bin-status-card-body .text-success,
    html[data-theme="dark"] #bin-status-text .status-text.text-success,
    html[data-theme="dark"] #bin-status-card-body .status-text.text-success,
    body[data-theme="dark"] #bin-status-text .text-success,
    body[data-theme="dark"] #bin-status-card-body .text-success,
    body[data-theme="dark"] #bin-status-text .status-text.text-success,
    body[data-theme="dark"] #bin-status-card-body .status-text.text-success {
        color: #28a745 !important;
    }

    #bin-search-status-body .card {
        border-radius: 12px !important;
    }
    #bin-search-status-body .card-body {
        padding: 0 1rem 0.5rem 1rem !important;
        min-height: auto;
    }
    #bin-search-status-body .card-header {
        padding: 0.5rem 1rem !important;
        font-size: 0.9rem;
        letter-spacing: 0.5px;
    }
    .info-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .info-item {
        background-color: #f8f9fa;
        border-left: 4px solid #03d0ea;
        padding: 1rem;
        border-radius: 6px;
    }

    .info-label {
        font-weight: 600;
        color: #333333;
        margin-bottom: 0.25rem;
        display: block;
    }

    .info-text {
        color: #666666;
        line-height: 1.5;
        margin: 0;
    }

    html[data-theme="dark"] .info-item,
    body[data-theme="dark"] .info-item {
        background-color: #353535;
        border-left-color: #03d0ea;
    }

    html[data-theme="dark"] .info-label,
    body[data-theme="dark"] .info-label {
        color: #e0e0e0;
    }

    html[data-theme="dark"] .info-text,
    body[data-theme="dark"] .info-text {
        color: #b0b0b0;
    }

    .process-steps {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 1.5rem;
    }

    .process-step {
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        padding: 1rem;
        position: relative;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .step-number {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #007bff;
        color: #ffffff;
        border-radius: 50%;
        font-weight: bold;
        font-size: 1.1rem;
        margin-right: 0.75rem;
        flex-shrink: 0;
    }

    .step-title-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 0.75rem;
    }

    .step-title {
        font-size: 1.3rem;
        font-weight: 600;
        color: #333333;
        margin: 0;
    }

    .step-description {
        color: #666666;
        line-height: 1.6;
        margin-bottom: 1rem;
    }

    html[data-theme="dark"] .process-step,
    body[data-theme="dark"] .process-step {
        background-color: #2d2d2d;
        border-color: #404040;
    }

    html[data-theme="dark"] .step-title,
    body[data-theme="dark"] .step-title {
        color: #e0e0e0;
    }

    html[data-theme="dark"] .step-number,
    body[data-theme="dark"] .step-number {
        background-color: #0066cc;
    }

    html[data-theme="dark"] .step-description,
    body[data-theme="dark"] .step-description {
        color: #b0b0b0;
    }


    .faq-section {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .faq-item-card {
        border: 1px solid #dee2e6;
        border-radius: 12px;
        margin-bottom: 1rem;
        overflow: hidden;
        background-color: #ffffff;
        transition: all 0.3s ease;
    }

    .faq-item-card:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .faq-item-card.active {
        box-shadow: 0 2px 12px rgba(0, 123, 255, 0.15);
    }

    .faq-question {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 1rem 0.5rem;
        background-color: transparent;
        border: none;
        text-align: left;
        cursor: pointer;
        gap: 0.5rem;
        transition: background-color 0.2s ease;
    }

    .faq-question:hover {
        background-color: #f8f9fa;
    }

    .faq-question[aria-expanded="true"] {
        border-bottom: 1px solid #dee2e6;
    }

    .faq-question:focus {
        outline: 2px solid #007bff;
        outline-offset: -2px;
    }

    .faq-icon {
        font-size: 1.25rem;
        flex-shrink: 0;
        color: #007bff;
        width: 24px;
        text-align: center;
    }

    .faq-question-text {
        flex: 1;
        margin: 0;
        font-size: 1.1rem;
        font-weight: 600;
        color: #212529;
        line-height: 1.4;
    }

    .faq-chevron {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6c757d;
        font-size: 0.875rem;
        transition: transform 0.3s ease;
    }

    .faq-question[aria-expanded="true"] .faq-chevron {
        transform: rotate(180deg);
    }

    .faq-answer {
        background-color: #ffffff;
    }

    .faq-answer-content {
        padding: 1rem 1rem 1rem 2rem;
    }

    .faq-answer-content p {
        margin: 0;
        color: #495057;
        line-height: 1.7;
        font-size: 1rem;
    }

    .faq-answer-content p:not(:last-child) {
        margin-bottom: 1rem;
    }

    .faq-answer-content strong {
        color: #212529;
        font-weight: 600;
    }

    .faq-answer-content ul {
        margin-left: 1.5rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .faq-answer-content li {
        margin-bottom: 0.5rem;
    }

    html[data-theme="dark"] .faq-item-card,
    body[data-theme="dark"] .faq-item-card {
        background-color: #2d2d2d;
        border-color: #404040;
    }

    html[data-theme="dark"] .faq-item-card:hover,
    body[data-theme="dark"] .faq-item-card:hover {
        box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
    }

    html[data-theme="dark"] .faq-item-card.active,
    body[data-theme="dark"] .faq-item-card.active {
        box-shadow: 0 2px 12px rgba(0, 123, 255, 0.25);
    }

    html[data-theme="dark"] .faq-question,
    body[data-theme="dark"] .faq-question {
        color: #e0e0e0;
    }

    html[data-theme="dark"] .faq-question:hover,
    body[data-theme="dark"] .faq-question:hover {
        background-color: #353535;
    }

    html[data-theme="dark"] .faq-question[aria-expanded="true"],
    body[data-theme="dark"] .faq-question[aria-expanded="true"] {
        border-bottom-color: #404040;
    }

    html[data-theme="dark"] .faq-question-text,
    body[data-theme="dark"] .faq-question-text {
        color: #e0e0e0;
    }

    html[data-theme="dark"] .faq-icon,
    body[data-theme="dark"] .faq-icon {
        color: #4da3ff;
    }

    html[data-theme="dark"] .faq-chevron,
    body[data-theme="dark"] .faq-chevron {
        color: #adb5bd;
    }

    html[data-theme="dark"] .faq-answer,
    body[data-theme="dark"] .faq-answer {
        background-color: #2d2d2d;
    }

    html[data-theme="dark"] .faq-answer-content,
    body[data-theme="dark"] .faq-answer-content {
        background-color: #2d2d2d;
    }

    html[data-theme="dark"] .faq-answer-content p,
    body[data-theme="dark"] .faq-answer-content p {
        color: #b0b0b0;
    }

    html[data-theme="dark"] .faq-answer-content strong,
    body[data-theme="dark"] .faq-answer-content strong {
        color: #e0e0e0;
    }

    html[data-theme="dark"] .faq-answer-content ul,
    body[data-theme="dark"] .faq-answer-content ul {
        color: #b0b0b0;
    }

    html[data-theme="dark"] .faq-answer-content li,
    body[data-theme="dark"] .faq-answer-content li {
        color: #b0b0b0;
    }

    @media (max-width: 768px) {
        .process-steps {
            gap: 1.5rem;
        }

        .process-step {
            padding: 1rem;
        }

        .step-title {
            font-size: 1.2rem;
        }

        .info-grid {
            grid-template-columns: 1fr;
        }
    }
