@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    background: #F8F8F8;
}
.container {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin:auto;
}
.inner__page {
    padding: 50px 0 50px 0;
}
@media (min-width: 1200px) {
    .inner__page {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
}
@media (min-width: 1450px) {
    .inner__page {
        max-width: 1450px;
    }
}
.banner_detail.playbook_detail h1,
.banner_detail.playbook_detail h4,
.banner_detail.playbook_detail p {
    text-align: center;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}

.site_banner {
    margin-bottom: 36px;
}

.playbook_detail h4 {
    margin: 0;
    font-size: 24px;
    font-family: "Roboto", serif;
    color: #49454F;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.playbook_detail h1 {
    margin: 0;
    font-size: 64px;
    font-family: "Roboto", serif;
    color: #4475B1;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1.2;
}

.playbook_detail p {
    color: #49454F;
    font-size: 18px;
    font-family: "Inter", serif;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.page-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 85px;
    padding:0 25px;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.featured-section .section-header {
    margin-bottom: 43px;
}

button.toggle-featured {
    color: #767676;
    background: transparent;
    padding: 0;
    font-size: 16px;
    font-family: inter;
    border:0;
}

.featured-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

.post {
    padding: 36px 25px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

.post h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: roboto;
    margin: 0;
    margin-bottom: 8px;
    letter-spacing: 0.1px;
    color: #000;
    transition: linear 0.3s;
}
.post h3:hover {
    color: rgb(52 117 182);
    transition: linear 0.3s;
}
.post p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    margin: 0;
    color: #000;
}

.post .logo {
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 56.25%;
}
.post .logo img {
    height: 100%;
    left: 0;
    object-fit: contain;
    position: absolute;
    top: 0;
    transition: linear 0.3s;
    width: 100%;
}

.post .logo img:hover {
    opacity: 0.8;
    transition: linear 0.3s;
}
.partner-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.content {
    width: 80%;
}
.sidebar {
    width: 20%;
    padding: 0;
}
.sidebar input.search-box {
    border: 1px solid #DADADA;
    border-radius: 5px;
    background: transparent;
    padding: 18px 30px;
}
.sidebar input.search-box::placeholder {
    color: #CAC4D0;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto';
}
.ad-container img {
    margin: 0;
}
.ad-container img:first-child {
    margin-bottom: 46px;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.all-partners-section .section-header {
    margin-bottom: 17px;
}
.all-partners-section .pagination-result {
    margin-bottom: 47px;
    padding-left: 10px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter';
    color: #717171;
}
.pagination span.page-numbers.current {
    background: #4475B1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'Roboto';
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    color: #9C9C9C;
    gap: 11px;
    margin-top: 100px;
}

.pagination a.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    color: #9C9C9C;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    letter-spacing: 0.5px;
    background: #fff;
    font-weight: 400;
    font-family: 'Roboto';
}

.search-wrapper {
    position: relative;
    margin-bottom: 47px;
}

.search-box {
    width: 100%;
    padding: 10px 40px 10px 15px; /* Add padding for icon space */
    border: 1px solid #ccc;
    border-radius: 25px; /* Rounded edges */
    font-size: 16px;
    outline: none;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 30px; /* Adjust distance from the right edge */
    transform: translateY(-50%);
    font-size: 16px;
    color: #555; /* Adjust icon color */
    cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px){
    .page-container {
        flex-direction: column-reverse;
    }
    
    .sidebar {
        width: 100%;
    }
    
    .content {
        width: 100%;
    }
    
    .featured-posts,.partner-posts {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .ad-container img {
        width: 100%;
    }
    
    .page-container {
        gap: 0;
    }
    .pagination {
    margin-top: 40px;
}
.playbook_detail h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.playbook_detail h1 {
    font-size: 35px;
    margin-bottom: 10px;
}

.playbook_detail p {
    font-size: 14px;
    line-height: 20px;
}
}
@media (min-width: 768px) and (max-width: 1024px){
    .featured-posts {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .sidebar {
        width: 30%;
    }
    
    .content {
        width: 70%;
    }
    
    .page-container {
        gap: 50px;
    }
    
    .partner-posts {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .pagination {
        margin-top: 80px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px){
    .featured-posts,.partner-posts {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }   
}
.post-link {
    min-width: 0;
}
.post-link:focus .post,
.post-link:hover .post {
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
    transform: translate(-2px, -2px);
    transition-duration: .2s;
    transition-property: box-shadow transform;
}
.wp-post-image {
    background-color: transparent;
}
:root {
  --playbook-blue: #4475B1;
}
h1, h2, h3 {
  font-family: "Noticia Text", serif;
  line-height: 1 !important;
}
h1 {
  color: var(--playbook-blue);
}
.hentry p {
    font-family: "Noticia Text", serif;
}
.post p, .post ol, .post ul, .post li {
    font-family: "Noticia Text", serif;
    font-size: 18px;
    line-height: 1.375 !important;
}
p small {
  display: inline-block;
  line-height: 1.375em !important;
}
.single-post #entry-content p {
  margin: 1em 0;
  font-size: 18px;
}
.cats {
  margin-top: 1em !important;
}