.tt-current-course-callout {
max-width: 880px;
margin: -0.75rem 0 2.5rem;
padding: 1rem 1.15rem;
border: 1px solid #e6edf5;
border-radius: 12px;
background: #fbfdff;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.035);
}
.tt-current-course-callout p {
margin: 0;
font-size: 0.96rem;
line-height: 1.55;
color: #4b5563;
}
.tt-current-course-callout strong {
color: #111827;
}
.tt-current-course-callout a {
color: #1f4f73;
font-weight: 700;
text-decoration: none;
border-bottom: 1px solid rgba(31, 79, 115, 0.25);
transition: color 0.2s ease, border-color 0.2s ease;
}
.tt-current-course-callout a:hover {
color: #15384f;
border-color: rgba(21, 56, 79, 0.55);
}
