.category-wrapper {
    padding: 60px 0;
    background: #f6f8fb;
    font-family: 'Inter', sans-serif;
}


/* ===============================
   Upload Your Answers – Login UI
   =============================== */

.page-id-19370 .page-content {
    max-width: 420px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Title */
.page-id-19370 h1,
.page-id-19370 h2 {
    text-align: center;
    color: #0b2c5d;
    margin-bottom: 20px;
}

/* Form wrapper */
.page-id-19370 #loginform p {
    margin-bottom: 16px;
}

/* Labels */
.page-id-19370 #loginform label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

/* Inputs */
.page-id-19370 #loginform input[type="text"],
.page-id-19370 #loginform input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.page-id-19370 #loginform input:focus {
    border-color: #0b2c5d;
    outline: none;
}

/* Remember me */
.page-id-19370 .login-remember {
    display: flex;
    align-items: center;
}

.page-id-19370 .login-remember input {
    margin-right: 8px;
}

/* Submit button */
.page-id-19370 .login-submit input {
    width: 100%;
    padding: 12px;
    background: #0b2c5d;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.page-id-19370 .login-submit input:hover {
    background: #083061;
}

.post-3589 .entry-title {
    display: none;
}

#live-classes-page .live-class-card{
	    font-family: 'Inter' !important;
}

#live-classes-page h2{
	font-family: 'Inter' !important;
}

.category-header {
    text-align: center;
    margin-bottom: 50px;
}

.category-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: #0b1c39;
}

.category-desc {
    color: #555;
    max-width: 700px;
    margin: 10px auto 0;
}

.category-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.category-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform .3s ease, box-shadow .3s ease;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.post-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.post-title a {
    color: #0b1c39;
    text-decoration: none;
}

.post-title a:hover {
    color: #1e63ff;
}

.post-excerpt {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    color: #1e63ff;
    font-weight: 600;
    text-decoration: none;
}

.pagination {
    margin-top: 50px;
    text-align: center;
}
