#product-catalog-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#product-catalog-table th,
#product-catalog-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

#product-catalog-table th {
    background-color: #f7f7f7;
    color: #333;
    font-weight: bold;
}

#product-catalog-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

#product-catalog-table tbody tr:hover {
    background-color: #e2f0ff;
}

#product-catalog-table a {
    color: #0073aa;
    text-decoration: none;
}

#product-catalog-table a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #product-catalog-table th,
    #product-catalog-table td {
        padding: 8px;
        font-size: 13px;
    }
}

#mindweco-index-all-products {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #1a365d 0%, #0f172a 100%) !important;
    color: white !important;
    padding: 12px 12px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
}

#progress-container {
    display: none;
    margin-top: 20px;
}

#progress-wrapper {
    background: #f1f5f9;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#progress-bar {
    background: linear-gradient(135deg, #1a365d 0%, #0f172a 100%);
    height: 100%;
    width: 0%;
    transition: width 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

.search-icon-product-catalog {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.product-catalog-title {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.mindweco-pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}

.mindweco-page-item,
.mindweco-page-previous,
.mindweco-page-next {
  background-color: #1a365d;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
}

.mindweco-page-item:hover,
.mindweco-page-previous:hover,
.mindweco-page-next:hover {
  background-color: #0f2340;
}

.mindweco-page-active {
  background-color: #ff9800;
  color: #000;
  font-weight: bold;
}

.mindweco-page-ellipsis {
  padding: 0 5px;
  color: #666;
  font-weight: bold;
}


.mindweco-progress-empty {
  background-color: #e0e0e0;
  width: 0%;
  transition: width 0.5s;
}

.mindweco-progress-active {
  background-color: #46b450;
  width: 100%;
  transition: width 0.5s;
}
.mindweco-result-success {
    background: #08314a;
    padding: 10px;
    border-radius: 10px;
}

.indexing-complete-text {
    margin-top:0;
    color:#fff;
}

.mindweco-paragraph-complete {
    color: white;
}


.mindweco-success-element {
    color:#46b450;
}

.mindweco-already-indexed-element {
    color:#0073aa
} 

.mindweco-failed-element {
    color:#dc3232;
}

/* Table responsive wrapper */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1300px) {

    #table-indexed-products th:nth-child(1),  
    #table-indexed-products td:nth-child(1),
    #table-indexed-products th:nth-child(3),  
    #table-indexed-products td:nth-child(3),
    #table-indexed-products th:nth-child(4),  
    #table-indexed-products td:nth-child(4),
    #table-indexed-products th:nth-child(5), 
    #table-indexed-products td:nth-child(5),
    #table-indexed-products th:nth-child(8),  
    #table-indexed-products td:nth-child(8),
    #table-indexed-products th:nth-child(9),  
    #table-indexed-products td:nth-child(9) {
        display: none;
    }

    #table-indexed-products th,
    #table-indexed-products td {
        font-size: 12px;
        padding: 8px 6px !important;
        white-space: nowrap;
    }


 #table-indexed-products td:nth-child(6) {
    max-width: 150px;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    }
    #mind-web-settings-wrapper table thead th {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center;
    line-height: 1.2;
}


    #table-indexed-products {
        min-width: unset !important;
        width: 100%;
    }


    #table-indexed-products .unindex-product {
        padding: 5px 0px;
        font-size: 9px;
        font-weight: 600;
        border-radius: 8px;
        transition: all 0.25s ease;
        border: 2px solid red !important;
        color: red !important;
        width: 100%px;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
        text-align: center;
        line-height: 1.2;
    }

    .mindweco-header-wrap {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px;
    }

    .mindweco-header-wrap .search-wrapper {
        width: 100% !important;
        margin: 0 !important;
    }

    .mindweco-header-wrap #search-input {
        width: 100%;
        box-sizing: border-box;
    }

    .mindweco-header-wrap .flex-grow-1.d-flex.justify-content-end {
        justify-content: stretch !important;
        flex-wrap: wrap;
    }

    .mindweco-header-wrap .flex-grow-1.d-flex.justify-content-end .btn {
        flex: 1 1 auto;
        justify-content: center;
    }
}

#table-indexed-products .unindex-product {
    padding: 5px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.25s ease;
    border: 2px solid red !important;
    color: red !important;
}


@media (max-width: 480px) {

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #mind-web-settings-wrapper table thead th {
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
        text-align: center;
        line-height: 1.2;
    }

    #table-indexed-products th:nth-child(5),
    #table-indexed-products td:nth-child(5),
    #table-indexed-products th:nth-child(6),
    #table-indexed-products td:nth-child(6),
    #table-indexed-products th:nth-child(10),
    #table-indexed-products td:nth-child(10) {
        display: table-cell !important;
    }

    #table-indexed-products th:nth-child(1),
    #table-indexed-products td:nth-child(1),
    #table-indexed-products th:nth-child(2),
    #table-indexed-products td:nth-child(2),
    #table-indexed-products th:nth-child(3),
    #table-indexed-products td:nth-child(3),
    #table-indexed-products th:nth-child(4),
    #table-indexed-products td:nth-child(4),
    #table-indexed-products th:nth-child(7),
    #table-indexed-products td:nth-child(7),
    #table-indexed-products th:nth-child(8),
    #table-indexed-products td:nth-child(8),
    #table-indexed-products th:nth-child(9),
    #table-indexed-products td:nth-child(9) {
        display: none !important;
    }

    #table-indexed-products td:nth-child(6) {
        max-width: 140px;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    #table-indexed-products td:nth-child(5) img {
        width: 28px;
        height: 28px;
        object-fit: cover;
        border-radius: 4px;
    }

    #table-indexed-products button,
    #table-indexed-products .button {
        white-space: normal !important;
        word-break: break-word;
        font-size: 10px;
        padding: 4px 6px;
        line-height: 1.2;
        width: 100%;
        max-width: 90px;
    }

    #table-indexed-products td {
        vertical-align: middle;
    }
}