/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/randomized-archive-bolck/randomised-style.css ***!
  \*******************************************************************************************************************************************************************************************************/
a{
    text-decoration: none !important;
}
.card-contain,
.card-contain2 {
    display: grid !important;
    padding: 48px 10%;
    gap:2em;
    max-width: 1080px;
	margin: 0 auto;
}
.card-contain{ 
    grid-template-columns: repeat(3, 1fr);
}
.card-contain2{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.card img {
    max-width: 100%; /* Prevents overflow */
    aspect-ratio: 16 / 9;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 273.36px;
  }
.card_artical_title{
    color:#B7B4B4;
    font-weight: 600px;
    font-size: 12px;
    line-height: 14.52px;
}
.card_artical_text{
    font-weight: 500;
    font-size: 24px;
    line-height: 29.05px;
}
.achrive_post{
    position: absolute ;
    display: flex;
    height: 8px;
    width: 73px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    background-color: #CDCDCD;
    color: #909090;
    top: 0%;
    left: 0%;
}
.achrive_post h2{
    font-size: 24px;
    font-weight: 400;
}
.no-image-posts{
    max-width: 100%; /* Prevents overflow */
    aspect-ratio: 16 / 9;
    position: relative;
    max-height: 273.36px;
    background-color: black;
    position: static;
    top: 0;
    left: 0;
}
.post-content-byline-box p {
    margin: 0;
    padding: 0;
}
.wp-site-blocks > * {
    margin-block-start: 0px !important;  /* Change the value as needed */
    margin-block-end: 0px !important;
    display: flex;
   
    justify-content: center;
}
.no-image-post{
    width: 100%;
    max-height: 273.36px;
    aspect-ratio: 16/9;
    background-color: black;
    position: static;
    top: 0;
    left: 0;
}

@media (max-width: 926px) {
    .card-contain{ 
        grid-template-columns: repeat(2, 1fr);
        max-width: 80%;
    }
}

@media (max-width: 668px) {
    .card-contain{ 
        grid-template-columns: repeat(2, 1fr);
        max-width: 80%;
    }
    .card-contain2{
        grid-template-columns: repeat(auto-fit, minmax(2, 1fr));
    }
}
/* Small devices (phones, up to 576px) */
@media (max-width: 576px) {
    .card-contain{ 
        grid-template-columns: repeat(1, 1fr);
        max-width: 80%;
    }
    .card-contain2{
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}

/*# sourceMappingURL=index.css.map*/