
.post-content table{
	margin-bottom: 40px;	
}

.post-content table th{
	background-color: #00aeff;
	padding: 20px;
	color: #ffffff;
	font-weight: normal;	
}

.post-content table td{
	background-color: #efefef;
	padding: 20px;	
}



.category-list li a{
  color: #333333;
}


.col-3{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:2rem;
}
@media (max-width:1200px){
  .col-3{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width:700px){
  .col-3{ grid-template-columns: 1fr; }
}
.post-card .thumb img{ width:100%; height:auto; display:block; }




h2 {
	font-size: 16px !important;
}

h2 a {
	color: #333333;	
}


.optin-side div{
	padding:5px;

}

.optin-side input[type="text"] {
    padding: 12px 15px;
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}


.optin-side button {
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    border:2px solid #ffffff;
    width: 100%;
}