.entry-content td.expired {
    background-color: #ffc3c3;
    color: #000;
    padding: 0 8px;
}

.entry-content td.urgent {
    background-color: #ffd891;
    color: #000;
    padding: 0 8px;
}

.entry-content td.renew-now {
    background-color: #ffffda;
    color: black;
    padding: 0 8px;
}

.entry-content td.renew-soon {
    background-color: #e9f6fb;
    color: black;
    padding: 0 8px;
}

.entry-content td.no-renewal {
    background-color: #b2dbb2;
    color: #000;
    padding: 0 8px;
}

.entry-content td.date-not-set {
    background-color: grey;
    color: white;
    padding: 0 8px;
}

th {
    cursor: pointer; /* Indicates that the header is clickable */
    position: relative;
}

.sort-icon {
    margin-left: 5px;
}

.fa, .fas, .far, .fal, .fad, .fab, .sort-icon {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands' !important; /* Ensure Font Awesome icons use the correct font family */
}

.post-title a {
    cursor: pointer;
    text-decoration: underline;
    color: blue; /* Style as needed */
}

#reset-table {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
    background-color: #f7f7f7;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block; /* or block, depending on your layout */
}
#reset-table:hover {
    background-color: #fafafa;
    border-color: #0073aa;
}

table td a {
    color: #0073aa;
    text-decoration: none;
}
table td a:hover {
    text-decoration: underline;
}

td.edit,
td.link {
    text-align: center;
}

/* Single page */

h1.entry-title {
    background: #0073aa;
    font-weight: bold;
    color: #FFF;
    padding: 12px 18px;
	border-radius: 5px;
}

.content.container {
    padding: 14px 0;
}

.product-list .product-group {
	padding: 20px;
    border-radius: 5px;
    border: 1px solid #CCC;
    line-height: 2;
	margin-bottom: 20px;
}

@media screen and (min-width:800px) {
	.product-list {
	    display: grid;
	    grid-template-columns: 32% 32% 32%;
	    grid-column-gap: 19px;
	}
}

.product-group {
	.status {
    	padding:6px 10px;
	    border-radius: 5px;
		margin-top: 15px;
	}
	.red {
	    background: #ffc3c3;
	}
	.orange {
	    background: #ffd891;
	}
	.yellow {
	    background: #ffffda;
	}
	h2.entry-title {
	    font-size: 18px;
	    border-bottom: 1px solid #CCC;
	    padding-bottom: 10px;
	}
	.entry-header {
		margin-bottom: 15px;
	}
}


.client {
    display: block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    position: relative;
    margin-bottom: 14px;
    width: calc(50% - 30px);
    float: left;
	i {
	    width: 16px;
	    position: relative;
	    padding-right: 5px;
	}	
	i:after {
	    content: '';
	    height: 34px;
	    width: 1px;
	    background: #CCC;
	    display: block;
	    position: absolute;
	    top: -10px;
	    right: 0;
	    margin-right: 0px;
	}
}

.value:before {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands' !important;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 11px;
    border-right: 1px solid #ccc;
    padding-right: 9px;
    top: 0;
    line-height: 35px;
}

.fl-name.value:before {
	content: "\f007";
}

.em-name.value:before {
	 content: "\f0e0";
}

.client:first-child {
    margin-right: 16px;
}

@media screen and (max-width: 1000px) {
	.client {
	    width: calc(100% - 22px);
	}
	.client:first-child {
	    margin-right: 0px;
	}
}

.client-details {
    display: block;
    clear: both;
    overflow: auto;
}

.value {
    display: inline;
    padding-left: 32px;
}

.product-list {
    clear: both;
}

.nav-single button,
.nav-single button:hover {
	font-size:16px;
	padding: 10px 20px;
	background-color: #0073aa;
	color: #FFF;
	border: none;
	border-radius: 5px;
    background-image: none;
}

header.entry-header.services {
    margin-top: 20px;
    display: block;
    background: #eaeaea;
    font-weight: bold;
    padding: 12px 18px;
    border-radius: 5px;
}

.notes {
    margin-bottom: 30px;
    text-align: right;
    line-height: 1.4;
}