@font-face {
    font-family: 'DanaVF';
    src: url('./fonts/DanaVF.woff2') format('woff2'),
         url('./fonts/DanaVF.woff') format('woff'),
         url('./fonts/DanaVF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#main_digits_filter_1,
#main_digits_filter_2,
#main_digits_filter_3{
    background: #ebeffa;
        color: #435fcb;
}
.mobile-numbers-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
    font-family: 'DanaVF', sans-serif;
    border-radius: 12px;
    border: solid 1px #d4d4d4;
}

.mobile-filter-column {
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
    background-color: #fefefe;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
}

.mobile-table-column {
    width: 70%;
    flex-grow: 1;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
    padding: 25px;
}



.mobile-filter-embedded-form .filter-item {
    margin-bottom: 20px;
}

.mobile-filter-embedded-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #4a4a4a;
}

.mobile-filter-embedded-form input[type="text"],
.mobile-filter-embedded-form select,
.landline-filter-embedded-form input[type="text"],
.landline-filter-embedded-form select {
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 14px;line-height: 15px;
    color: #666;
    background-color: #fdfdfd;
    transition: border-color 0.3s ease;
}

.mobile-filter-embedded-form input[type="text"]:focus,
.mobile-filter-embedded-form select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}


.mobile-filter-embedded-form .price-input {
    width: calc(50% - 12px);
    display: inline-block;
    margin-bottom: 0;
}

.mobile-filter-embedded-form .price-input:first-child {
    margin-left: 6px;
}

.filter-button-numbox{
width: 5% !important;
        outline: none !important;
        border: none !important;
        border: none !important;
        border-radius: 8px !important;
        color: white !important;
        cursor: pointer !important;
        font-size: 12px !important;
        transition: background-color 0.3sease, transform 0.2sease !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
        font-weight: 500 !important;
        letter-spacing: 0.5px !important;
        background-color: #435fcb !important;
        padding: 10px 15px 8px 15px !important;
}
.filter-button-numbox:hover{
    background-color: #4866D9 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
.filter-button-land{
    width: 5% !important; 
    outline: none !important; 
    border: none !important; 
    border: none !important; 
    border-radius: 8px !important;  
    color: white !important; 
    cursor: pointer !important; 
    font-size: 1.05rem !important;  
    transition: background-color 0.3s ease, transform 0.2s ease !important;  
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;  
    font-weight: 500 !important;  
    letter-spacing: 0.5px !important;  
    background-color: #435fcb !important; 
}
.filter-button-land:hover{
    background-color: #4866D9 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
.mobile-filter-embedded-form .filter-button,
.mobile-filter-form .filter-button {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-size: 1.05rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.mobile-filter-embedded-form .filter-button {
    background-color: #007bff;
}

.mobile-filter-embedded-form .filter-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.mobile-filter-form {
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
    background-color: #fefefe;
    text-align: center;
}

.filter-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-row input[type="text"] {
    width: 45px;
    height: 45px;
    margin: 0;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    text-align: center;
    font-size: 1.1rem;
    direction: ltr;
    -moz-appearance: textfield;
    appearance: textfield;
    padding: 0 !important;
    transition: border-color 0.3s ease;
    color: #555;
}

.filter-row input[type="text"]:focus {
    border-color: #435fcb;
    outline: none;
    box-shadow: 0 0 0 2px #435fcb;
}


.filter-row input[type="text"]::-webkit-outer-spin-button,
.filter-row input[type="text"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.mobile-filter-form .filter-button {
    background-color: #435fcb;
    margin-top: 15px;
    font-weight: 500;
}

.mobile-filter-form .filter-button:hover {
    background-color: #4866D9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.mobile-table-container {
    overflow: hidden;
    width: 100%;
}

.mobile-numbers-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    direction: rtl;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: none;
   
    font-size: 1rem;
}

.mobile-numbers-table thead tr th {
    background-color: #435fcb; 
    color: #ffffff !important; 
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.6px;
    text-align:center;
}

.mobile-numbers-table thead tr th:first-child {
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #435fcb;
}

.mobile-numbers-table th, .mobile-numbers-table td {
    padding: 16px 20px;
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: none;
}

.mobile-numbers-table th {
    font-weight: 600;
}

.mobile-numbers-table tbody tr:hover {
    background-color: #f2f5f8;
}

.mobile-numbers-table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

.mobile-numbers-table tbody tr:last-child td {
    border-bottom: none;
}


.mobile-numbers-table button.add-to-cart {
    background-color: #435fcb;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    justify-content: center;
}

.mobile-numbers-table button.add-to-cart:hover {
    background-color: #4866D9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mobile-numbers-table button.add-to-cart.disabled-button {
    background-color: #a8a8a8;
    color: #fff;
    cursor: not-allowed;
}

.mobile-numbers-table button.add-to-cart.added-success {
    background-color: #4CAF50;
    color: white;
}


.mobile-numbers-table button.detail-button {
    color: #2b2c4a;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}
.mobile-numbers-table button.detail-button:before{
    content: '\f059';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.mobile-numbers-table button.detail-button:hover {
    background-color: transparent;
    transform: translateY(-2px);
    box-shadow: none;
}


.mobile-numbers-table tbody tr.no-results td {
    text-align: center;
    padding: 20px;
    font-style: italic;
    color: #888;
}


@media (max-width: 992px) {
    .mobile-numbers-wrapper {
        flex-direction: column;
        gap: 25px;
        padding: 20px;
        margin: 30px auto;
    }
    .mobile-filter-column, .mobile-table-column {
        width: 100%;
        padding: 20px;
    }
    .mobile-filter-embedded-form,
    .mobile-filter-form {
        padding: 20px;
        margin-bottom: 25px;
    }
    .mobile-numbers-table th, .mobile-numbers-table td {
        padding: 14px 16px;
        font-size: 0.95rem;
    }
    .mobile-numbers-table button.add-to-cart, .mobile-numbers-table button.detail-button {
        padding: 11px 18px;
        font-size: 0.9rem;
    }
}


@media (max-width: 768px) {
    .mobile-numbers-wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
        margin: 20px auto;
    }
    .mobile-filter-column, .mobile-table-column {
        width: 100%;
        padding: 15px;
        box-shadow: none;
        border-radius: 0;
    }
    .mobile-filter-form {
        padding: 12px;
        margin-bottom: 20px;
        box-shadow: none;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        background-color: #fff;
    }
    .filter-button-numbox{
        width: 5% !important;
                outline: none !important;
                border: none !important;
                border: none !important;
                border-radius: 8px !important;
                color: white !important;
                cursor: pointer !important;
                font-size: 12px !important;
                transition: background-color 0.3sease, transform 0.2sease !important;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
                font-weight: 500 !important;
                letter-spacing: 0.5px !important;
                background-color: #435fcb !important;
                padding: 0px 15px 0px 25px !important;
        }
        .mobile-filter-embedded-form input[type="text"],
        .mobile-filter-embedded-form select,
        .landline-filter-embedded-form input[type="text"],
        .landline-filter-embedded-form select {
            width: 100%;
            border: 1px solid #d4d4d4;
            border-radius: 8px;
            box-sizing: border-box;
            margin-bottom: 15px;
            font-size: 14px;line-height: 15px;
            color: #666;
            background-color: #fdfdfd;
            transition: border-color 0.3s ease;
        }


    .mobile-filter-embedded-form .price-input {
        width: 100%;
        margin-right: 0;
    }

    .filter-row {
        flex-direction: row-reverse !important;
        align-items: stretch;
        gap: 10px;
    }
    .filter-button-land{
        width: 5% !important;
    outline: none !important;
    border: none !important;
    border: none !important;
    border-radius: 8px !important;
    color: white !important;
    cursor: pointer !important;
    font-size: 12px !important;
    transition: background-color 0.3sease, transform 0.2sease !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    background-color: #435fcb !important;
    /*padding: 0px 15px 0px 25px !important;*/
    }

    .filter-row input[type="text"] {
    width: 35px !important;
    height: 35px !important;
    margin: 0 !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 1.1rem !important;
    direction: ltr !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    padding: 0 !important;
    transition: border-color 0.3sease !important;
    color: #555 !important;

    }

    .mobile-filter-form .filter-button {
        margin-top: 15px;
        border-radius: 0;
    }

    .mobile-numbers-table {
        border: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .mobile-numbers-table thead {
        display: none;
    }

    .mobile-numbers-table tr {
        margin-bottom: 15px;
        display: block;
        border-bottom: 2px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    }

    .mobile-numbers-table td {
        display: block;
        text-align: left;
        padding-left: 5%;
        position: relative;
        border-bottom: 1px dotted #e0e0e0;
        font-size: 0.9rem;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .mobile-numbers-table td:before {
        position: absolute;
        top: 12px;
        right: 15px;
        width: 40%;
        padding-right: 0;
        text-align: right;
        font-weight: bold;
        content: attr(data-label);
        font-size: 0.9rem;
        color: #777;
    }

    .mobile-numbers-table td:last-child {
        border-bottom: 0;
        padding-bottom: 20px;
    }

    .mobile-numbers-table button.add-to-cart, .mobile-numbers-table button.detail-button {
        width: 100%;
        margin-top: 10px;
        border-radius: 6px;
        padding: 10px 12px;
        font-size: 0.85rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


.mobile-detail-popup {
    display: none;
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.mobile-detail-popup.show {
    display: block;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    margin: 0;
    padding: 30px;
    border: none;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    z-index: 2;
    border-radius: 12px;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.popup-content .close-button {
    color: #c0c0c0;
    float: left;
    font-size: 32px;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 20px;
    transition: color 0.2s ease;
}

.popup-content .close-button:hover,
.popup-content .close-button:focus {
    color: #888;
    text-decoration: none;
    cursor: pointer;
}

.popup-item {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.popup-item:last-child {
    border-bottom: none;
}


.popup-label {
    font-weight: 600;
    margin-left: 15px;
    color: #555;
}

.popup-value {
    color: #444;
    flex-grow: 1;
    text-align: left;
    font-size: 1.05rem;
}


body.popup-open {
    overflow: hidden;
}
.load-more-container{
    display: flex;
    justify-content: center;
}

.load-more-button{
    background: #435fcb;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: block;
    width: 16%;
    border-radius: 6px;
}
.load-more-button:hover {
    background-color: #4866D9;
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.load-more-landline-container{
    display: flex;
    justify-content: center;
}

.load-more-landline-button{
    background: #435fcb;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: block;
    width: 16%;
    border-radius: 6px;
    outline: none;
    border: none;
}
.load-more-landline-button:hover {
    background-color: #4866D9;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.load-more-landline-button:focus:not(:focus-visible) {
    background-color: #4866D9;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .load-more-button, .load-more-landline-button{
        width: 100% !important;
    }
    .popup-content {
        width: 95%;
        margin: 10% auto;
        padding: 25px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .popup-content .close-button {
        font-size: 30px;
        top: 10px;
        left: 10px;
    }

    .popup-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .popup-label {
        margin-left: 0;
        margin-bottom: 8px;
        font-size: 1rem;
    }

    .popup-value {
        text-align: right;
        font-size: 1rem;
        line-height: 1.6;
    }
}

@font-face {
    font-family: 'DanaVF';
    src: url('./fonts/DanaVF.woff2') format('woff2'),
         url('./fonts/DanaVF.woff') format('woff'),
         url('./fonts/DanaVF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.landline-numbers-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
    font-family: 'DanaVF', sans-serif;
    border-radius: 12px;
    border: solid 1px #d4d4d4;
}



.landline-table-column {
    width: 70%;
    flex-grow: 1;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
    padding: 25px;
}



.landline-filter-embedded-form .filter-item {
    margin-bottom: 20px;
}

.landline-filter-embedded-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #4a4a4a;
}

.landline-filter-embedded-form input[type="text"],
.landline-filter-embedded-form select {
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 14px;line-height: 15px;
    color: #666;
    background-color: #fdfdfd;
    transition: border-color 0.3s ease;
}

.landline-filter-embedded-form input[type="text"]:focus,
.landline-filter-embedded-form select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}


.landline-filter-embedded-form .price-input {
    width: calc(50% - 12px);
    display: block;
    margin-bottom: 0;
}

.landline-filter-embedded-form .price-input:first-child {
    margin-left: 6px;
}
#min_price_filter_widget_landline{margin-bottom: 15px;}

.landline-filter-embedded-form .filter-button,
.landline-filter-form .filter-button {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-size: 1.05rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.landline-filter-embedded-form .filter-button {
    background-color: #0056b3;
}

.landline-filter-embedded-form .filter-button:hover {
    background-color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.landline-filter-form {
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
    background-color: #fefefe;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
}

.filter-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-row input[type="text"] {
    width: 45px;
    height: 45px;
    margin: 0;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    text-align: center;
    font-size: 1.1rem;
    direction: ltr;
    -moz-appearance: textfield;
    appearance: textfield;
    padding: 0 !important;
    transition: border-color 0.3s ease;
    color: #555;
}

.filter-row input[type="text"]:focus {
    border-color: #435fcb;
    outline: none;
    box-shadow: 0 0 0 2px #435fcb;
}


.filter-row input[type="text"]::-webkit-outer-spin-button,
.filter-row input[type="text"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.landline-filter-form .filter-button {
    background-color: #435fcb;
    margin-top: 15px;
    font-weight: 500;
}

.landline-filter-form .filter-button:hover {
    background-color: #4866D9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color:#fff;
}


.landline-table-container {
    overflow-x: auto;
    width: 100%;
}

.landline-numbers-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    direction: rtl;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: none;
   
    font-size: 1rem;
}

.landline-numbers-table thead tr th {
    background-color: #435fcb; 
    color: #fff; 
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.6px;
    text-align:center;
}


.landline-numbers-table th, .landline-numbers-table td {
    padding: 16px 20px;
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: none;
}

.landline-numbers-table th {
    font-weight: 600;
}

.landline-numbers-table tbody tr:hover {
    background-color: #f2f5f8;
}

.landline-numbers-table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

.landline-numbers-table tbody tr:last-child td {
    border-bottom: none;
}


.landline-numbers-table button.add-to-cart {
    background-color: #435fcb;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    justify-content: center;
}

.landline-numbers-table button.add-to-cart:hover {
    background-color: #4866D9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.landline-numbers-table button.add-to-cart.disabled-button {
    background-color: #a8a8a8;
    color: #fff;
    cursor: not-allowed;
}

.landline-numbers-table button.add-to-cart.added-success {
    background-color: #4CAF50;
    color: white;
}

.landline-numbers-table button.detail-button {
    color: #2b2c4a;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}
.landline-numbers-table button.detail-button::before{
    content: '\f059';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.landline-numbers-table button.detail-button .detail-tooltip {
    position: absolute;
    top: 74%;
    left: 0px;
    background-color: #000000a9;
    color: #fff;
    padding: 4px 14px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3sease;
    font-size: 12px;
    z-index: 100;
}
.landline-numbers-table button.detail-button .detail-tooltip:hover{
    opacity: 1 !important;
}
.landline-numbers-table button.detail-button:hover,button.detail-button:focus {
    background-color: transparent !important;
    opacity: 1;
}


.landline-numbers-table tbody tr.no-results td {
    text-align: center;
    padding: 20px;
    font-style: italic;
    color: #888;
}


@media (max-width: 992px) {
    .landline-numbers-wrapper {
        flex-direction: column;
        gap: 25px;
        padding: 20px;
        margin: 30px auto;
    }
    .landline-filter-column, .landline-table-column {
        width: 100%;
        padding: 20px;
    }
    .landline-filter-embedded-form,
    .landline-filter-form {
        padding: 20px;
        margin-bottom: 25px;
    }
    .landline-numbers-table th, .landline-numbers-table td {
        padding: 14px 16px;
        font-size: 0.95rem;
    }
    .landline-numbers-table button.add-to-cart, .landline-numbers-table button.detail-button {
        padding: 11px 18px;
        font-size: 0.9rem;
    }
}


@media (max-width: 768px) {
    .landline-numbers-wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
        margin: 20px auto;
    }
    .landline-filter-column, .landline-table-column {
        width: 100%;
        padding: 15px;
        box-shadow: none;
        border-radius: 0;
    }
    .landline-filter-embedded-form,
    .landline-filter-form {
        padding: 15px;
        margin-bottom: 20px;
        box-shadow: none;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        background-color: #fff;
        display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            gap: 5px;
    }
    .mobile-filter-embedded-form input[type="text"],
    .mobile-filter-embedded-form select,
    .landline-filter-embedded-form input[type="text"],
    .landline-filter-embedded-form select {
        width: 100%;
        border: 1px solid #d4d4d4;
        border-radius: 8px;
        box-sizing: border-box;
        margin-bottom: 15px;
        font-size: 14px;line-height: 15px;
        color: #666;
        background-color: #fdfdfd;
        transition: border-color 0.3s ease;
    }

    .landline-filter-embedded-form .price-input {
        width: 100%;
        margin-right: 0;
    }

    .filter-row {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .filter-row input[type="text"] {
        width: 100%;
        margin-bottom: 0;
        border-radius: 0;
        border-bottom: 1px solid #d4d4d4;
        text-align: right;
        padding-right: 10px;
        height: 50px;
        font-size: 1.1rem;

    }

    .landline-filter-form .filter-button {
        margin-top: 15px;
        border-radius: 0;
    }

    .landline-numbers-table {
        border: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .landline-numbers-table thead {
        display: none;
    }

    .landline-numbers-table tr {
        margin-bottom: 15px;
        display: block;
        border-bottom: 2px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    }

    .landline-numbers-table td {
        display: block;
        text-align: left;
        padding-left: 5%;
        position: relative;
        border-bottom: 1px dotted #e0e0e0;
        font-size: 0.9rem;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .landline-numbers-table td:before {
        position: absolute;
        top: 12px;
        right: 15px;
        width: 40%;
        padding-right: 0;
        text-align: right;
        font-weight: bold;
        content: attr(data-label);
        font-size: 0.9rem;
        color: #777;
    }

    .landline-numbers-table td:last-child {
        border-bottom: 0;
        padding-bottom: 20px;
    }

    .landline-numbers-table button.add-to-cart, .landline-numbers-table button.detail-button {
        width: 100%;
        margin-top: 10px;
        border-radius: 6px;
        padding: 10px 12px;
        font-size: 0.85rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


.landline-detail-popup {
    display: none;
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.landline-detail-popup.show {
    display: block;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    margin: 0;
    padding: 30px;
    border: none;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    z-index: 2;
    border-radius: 12px;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.popup-content .close-button {
    color: #c0c0c0;
    float: left;
    font-size: 32px;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 20px;
    transition: color 0.2s ease;
}

.popup-content .close-button:hover,
.popup-content .close-button:focus {
    color: #888;
    text-decoration: none;
    cursor: pointer;
}

.popup-item {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.popup-item:last-child {
    border-bottom: none;
}


.popup-label {
    font-weight: 600;
    margin-left: 15px;
    color: #555;
}

.popup-value {
    color: #444;
    flex-grow: 1;
    text-align: left;
    font-size: 1.05rem;
}


body.popup-open {
    overflow: hidden;
}


@media (max-width: 768px) {
    .popup-content {
        width: 95%;
        margin: 10% auto;
        padding: 25px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .popup-content .close-button {
        font-size: 30px;
        top: 10px;
        left: 10px;
    }

    .popup-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .popup-label {
        margin-left: 0;
        margin-bottom: 8px;
        font-size: 1rem;
    }

    .popup-value {
        text-align: right;
        font-size: 1rem;
        line-height: 1.6;
    }
}



