/*
Theme Name: The ClassicPress Theme Child
Description: Child theme for The ClassicPress Theme. You can now safely customize it and not risk losing your customizations.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: the-classicpress-theme
Version: 1.0
*/

table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 16px; text-align: left; }

th, td {
padding: 12px;
border: 1px solid #ddd;
}

th {
background-color: #f4f4f4;
font-weight: bold;
}

tr:nth-child(even) {
background-color: #EDF4FE;
}

@media screen and (max-width: 600px) {
table {
display: block;
overflow-x: auto;
white-space: nowrap;
}

th, td {
font-size: 14px;
padding: 8px;
}
}


th {

  background-color: #db007e;
font-size:14px;
  color: #fff;
font-weight:500px;
  padding: 4px;

  transition: background-color 0.3s ease; /* Smooth transition */

}

th:hover {

  background-color: #0056b3; /* Darker blue on hover */

}
td {
font-size:12px;
border-width:1px;border-color:#f7f7f7;border-style:solid;
}

/* Remove underlines from all links on the website */
a {
    text-decoration: none; 
}

/* Optional: Add hover effect for better user experience */
a:hover {
    text-decoration: underline;
}


.latest-post-card {
    background: #fdfffc;
    border-radius: 5px;padding:1.2em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.1s ease;
	margin-top:1.4em;margin-bottom:1.4em;
}
.latest-post-card-title
{
    margin-bottom:0.4em;font-size:1.1em;text-transform:uppercase;font-weight:600px;color:#e13e20;
}
.card-text {
	font-size:0.65em;color:#316ca6;
}
.lnk {
	font-size:0.8em;color:#e13e20 ;text-transform:uppercase;
}


