.ptenm-restaurant-reviews-nav-tab:focus,
.ptenm-restaurant-reviews-nav-tab-active {
    outline: none !important; /* Remove the blue border/outline */
    box-shadow: none !important; /* Ensure no shadow appears on focus */
}

.ptenm-restaurant-reviews-nav-tab {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-right: 1px solid #ccc; /* Ensure right border exists for all tabs */
    padding: 10px;
    text-decoration: none;
    color: #000; /* Inactive tab text color */
    outline: none;
}

.ptenm-restaurant-reviews-nav-tab:hover {
    background-color: #e0e0e0;
    color: #0073aa;
}

/* Add a custom border color for active tab */
.ptenm-restaurant-reviews-nav-tab-active {
    background-color: #fff;
    color: #0073aa;
    border-bottom: 2px solid #0073aa; /* Active tab border */
    border-right: 1px solid #ccc; /* Maintain right border for active tab */
}
