html {
  scroll-behavior: smooth;
}
@media (min-width:1441px){
    .top-title{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .single-post-description ol a{
        text-decoration: none;
        color: #000000;
        cursor: pointer;
    }
    .more-content {
        margin-top: -40px;
    }
    .post-padding-top{
        padding-top:100px;
        padding-bottom: 50px;
    }
    .post-title{
        padding-top: 10px;
        border-top: 3px solid #000000;
    }
    .post-title h1{
        font-size: 30px;
    }
    .post-image {
        padding-top:40px;
        padding: 40px 20px 20px;
        width: 100%;
    }
    .post-image img{
        width: 100%;
        height: 100%;
    }
    .secondary-post-image {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .secondary-post-image div{
        padding: 20px;
        width: 70%;
    }
    .secondary-post-image img{
        width: 100%;
        height: 100%;
    }
    .blue-post-container{
        padding: 20px 0 40px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .blue-post{
        width: 65%;
        background-color: #C2E8F3;
        display: inline-block;
        padding: 20px;
        border-radius: 10px;
    }
    .blue-post p{
        text-align: center;
        font-size: 25px;
    }
    .blue-post ul{
        list-style: none;
        padding-left: 0;
    }
    .blue-post ul li {
        display: flex;              
        align-items: center;       
        gap: 8px; 
        padding-top: 25px;
        font-size: 18px;
    }
    .blue-post ul li::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url("/wp-content/uploads/2025/08/kkrn_icon_check_3.png") no-repeat center center;
        background-size: contain; 
        flex-shrink: 0;
    }
    .small-header{
        border-bottom: 3px solid #414DCA;
        margin-bottom: 50px;
    }
    .small-header h2{
        font-size: 28px;
        padding-bottom: 5px;
    }
    .single-post-description h2{
        font-size: 28px;
    }
    .single-post-description ol, .single-post-description ul{
        margin-left: -10px;
    }
    .single-post-description ol li, .single-post-description ul li{
        padding: 5px 0;
    }
    .single-post-description h3{
        font-size: 24px;
    }
    .registration-container{
        text-align: center;
    }
    .registration-header{
        padding-bottom: 10px;
    }
    .registration-header h4{
        font-size: 18px;
    }
    .characters{
        padding-left: 50px;
    }
    .register-btn-container{
        display: flex;
        justify-content: center;
    }
    .register-btn {
        background-color: #B85151;
        width: 50%;
        border-radius: 10px;
        padding: 10px;
    }
    .register-btn button{
        font-size: 18px;
        color: #FFFFFF;
        background-color: transparent;
        border: none;
    }   
    ul.rhombus-bullets li::marker {
        content: "◆ ";
        color: black;
        font-size: 0.8em;
    }
}
@media (max-width:1440px){
    .top-title{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .single-post-description ol a{
        text-decoration: none;
        color: #000000;
        cursor: pointer;
    }
    .more-content {
        margin-top: -40px;
    }
    .post-padding-top{
        padding-top:100px;
        padding-bottom: 50px;
    }
    .post-title{
        padding-top: 10px;
        border-top: 3px solid #000000;
    }
    .post-title h1{
        font-size: 30px;
    }
    .post-image {
        padding-top:40px;
        padding: 40px 20px 20px;
        width: 100%;
    }
    .post-image img{
        width: 100%;
        height: 100%;
    }
    .secondary-post-image {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .secondary-post-image div{
        padding: 20px;
        width: 70%;
    }
    .secondary-post-image img{
        width: 100%;
        height: 100%;
    }
    .blue-post-container{
        padding: 20px 0 40px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .blue-post{
        width: 65%;
        background-color: #C2E8F3;
        display: inline-block;
        padding: 20px;
        border-radius: 10px;
    }
    .blue-post p{
        text-align: center;
        font-size: 25px;
    }
    .blue-post ul{
        list-style: none;
        padding-left: 0;
    }
    .blue-post ul li {
        display: flex;              
        align-items: center;       
        gap: 8px; 
        padding-top: 15px;
        font-size: 18px;
    }
    .blue-post ul li::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url("/wp-content/uploads/2025/08/kkrn_icon_check_3.png") no-repeat center center;
        background-size: contain; 
        flex-shrink: 0;
    }
    .small-header{
        border-bottom: 3px solid #414DCA;
        margin-bottom: 50px;
    }
    .small-header h2{
        font-size: 28px;
        padding-bottom: 5px;
    }
    .single-post-description h2{
        font-size: 28px;
    }
    .single-post-description ol, .single-post-description ul{
        margin-left: -10px;
    }
    .single-post-description ol li, .single-post-description ul li{
        padding: 5px 0;
    }
    .single-post-description h3{
        font-size: 24px;
    }
    .registration-container{
        text-align: center;
    }
    .registration-header{
        padding-bottom: 10px;
    }
    .registration-header h4{
        font-size: 18px;
    }
    .characters{
        padding-left: 50px;
    }
    .register-btn-container{
        display: flex;
        justify-content: center;
    }
    .register-btn {
        background-color: #B85151;
        width: 50%;
        border-radius: 10px;
        padding: 10px;
    }
    .register-btn button{
        font-size: 18px;
        color: #FFFFFF;
        background-color: transparent;
        border: none;
    }   
    ul.rhombus-bullets li::marker {
        content: "◆ ";
        color: black;
         font-size: 0.8em;
    }
}
@media (min-width: 769px) and (max-width: 1439px) {
    .top-title{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .single-post-description ol a{
        text-decoration: none;
        color: #000000;
        cursor: pointer;
    }
    .post-title{
        padding-top: 10px;
    }
    .post-title h1{
        font-size: clamp(1.5rem, 1.0702rem + 0.8942vw, 1.875rem);
    }
    .blue-post p{
        font-size: clamp(1.125rem, 0.6229rem + 1.0448vw, 1.5625rem);    
    }
    .blue-post ul li {
        font-size: clamp(0.75rem, 0.3202rem + 0.8942vw, 1.125rem);
    }
    .blue-post ul li::before {
        width: clamp(1.25rem, 0.5326rem + 1.4925vw, 1.875rem);
        height: clamp(1.25rem, 0.5326rem + 1.4925vw, 1.875rem);
    }
     .small-header h2{
        font-size: clamp(1.375rem, 0.9446rem + 0.8955vw, 1.75rem);    
    }
    .single-post-description p, .single-post-description ol li , .single-post-description ul li{
        font-size: clamp(0.875rem, 0.7317rem + 0.2981vw, 1rem);
    }
    .single-post-description h2{
        font-size: clamp(1.375rem, 0.9446rem + 0.8955vw, 1.75rem);      
    }
    .single-post-description h3{
        font-size: clamp(1.375rem, 1.2315rem + 0.2985vw, 1.5rem);    
    }
    .registration-header h4{
       font-size: clamp(0.875rem, 0.5881rem + 0.597vw, 1.125rem);
    }
    .register-btn {
        width: 60%;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    .top-title{
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    .top-title .article-date p{
        margin-bottom: 8px;
    }
    .secondary-post-image {
        width: 100%;
    }
    .secondary-post-image img{
        width: 100%;
        height: 100%;
    }
    .secondary-post-image div{
        padding: 20px;
        width: 100%;
    }
    .single-post-description ol a{
        text-decoration: none;
        color: #000000;
        cursor: pointer;
    }
    .post-image {
        padding-top:40px;
        padding: 40px 0px 20px;
        width: 100%;
    }
     .post-padding-top{
        padding-top: 35px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .post-title{
        padding-top: 10px;
    }
    .post-title h1{
        font-size: clamp(1.25rem, 0.9635rem + 0.5961vw, 1.5rem);
    }
    .blue-post{ 
        width: auto;
        padding: 10px;
    }
    .blue-post-container{
        padding: 20px 10px 40px;
    }
    .blue-post p{
      font-size: 16px;
    }
    .blue-post ul li {
        padding-top: 10px;
        font-size: clamp(0.75rem, 0.3202rem + 0.8942vw, 1.125rem);
    }
    .blue-post ul li::before {
        width: 20px;
        height: 20px;
    }
    /* .small-header h2 {
        padding-left: 30px;
    } */
    .single-post-description p, .single-post-description ol li , .single-post-description ul li{
        font-size: clamp(0.75rem, 0.6067rem + 0.2981vw, 0.875rem);
    }
    .single-post-description h2, .small-header h2{
        font-size: clamp(1.125rem, 0.9468rem + 0.8909vw, 1.375rem);    
    }
    .single-post-description h3{
        font-size: clamp(0.875rem, 0.6968rem + 0.8909vw, 1.125rem);
    }
    .small-header {
        border-bottom: 3px solid #414DCA;
        margin-bottom: 30px;
    }
    .registration-header{
        width: 55%;
        margin: 0 auto;
    }
    .registration-header h4{
        font-size: 14px;
    }
    .register-btn {
        width: 60%;
    }
}