/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

.entry-meta a:not(.ast-button):hover,
.entry-meta a:not(.ast-button):hover *,
.entry-meta a:not(.ast-button):focus,
.entry-meta a:not(.ast-button):focus *,
.page-links > .page-link,
.page-links .page-link:hover,
.post-navigation a:hover,
a:hover,
a:focus {
    color: #1E3A8A;
}
.ast-article-inner {
    background: #fff;
  }

.college-suggestions ul {list-style: none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;gap: 5px 20px;}
.college-suggestions > h3 {
    line-height: 1.1;
    margin: 0;
    padding: 0 0 20px;
    font-size: 22px;
}

.college-suggestions ul li {
    line-height: 1.1;
    margin: 0;
    padding: 5px 0;
}

.college-suggestions ul li a {
    text-decoration: underline;
}

.college-suggestions ul li a:hover {
    text-decoration: none;
}

.college-suggestions {
    margin: 30px 0 0;
    border-top: 1px solid var(--ast-global-color-7);
    padding: 30px 0 0;
}

.ap-pagination {
    margin-top: 40px;
    text-align: center;
}
.ap-pagination .page-numbers {
    padding: 8px 12px;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 5px;
}
.ap-pagination .current {
    background: #1E3A8A;
    color: #fff;
}
.ap-pagination .page-numbers li {
    border: 1px solid #e5e5e5;
    line-height: 1;
    margin: 0;
}

@media (max-width: 768px) {
    h1, .entry-content :where(h1) {
        line-height: 1.1;
        font-size: 30px;
    }
    h2, .entry-content :where(h2) {
        font-size: 24px;
    }
}