@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');


.article-summary-box {
    background-color: #f9f9f9;
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

.article-summary-box h3 {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

.article-summary-box p {
    color: #34495e;
    line-height: 1.6;
    margin-bottom: 15px;
}

.article-summary-box .key-takeaways {
    list-style-type: none;
    padding: 0;
}

.article-summary-box .key-takeaways li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.article-summary-box .key-takeaways li::before {
    content: '•';
    color: #3498db;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.article-summary-box .read-time {
    color: #7f8c8d;
    font-size: 14px;
    font-style: italic;
}
.str_reco{
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-top: 10px;
    /* border: 1px solid red; */
    display: flex;
    gap: 10px;
    background-color: #fff;
    position: relative;
}
.srt{
    width: 70%;
    height: auto;
    /* border: 1px solid red; */
}
.minor_details{
    display: flex;
    /* border: 1px solid  red; */
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
.str_banner p{
    color: #00172d;
    font-size: 30px;
    font-weight: 800;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.bread_crum{
    border:1px solid #ddd;
    width: 20%;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-top: 10px;
}
.reco{
    width: 30%;
    padding: 10px;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    /* border: 1px solid red; */
}
.reco .reco_title{
    background: #000000;
    height: 40px;
    align-items: center;
    padding: 10px;
    width: 100%;
    border-bottom: 2px solid #ddd;
}
.reco .reco_title p{
    color: #ffffff;
}
.date_by_readtime{
    display: flex;
    gap: 10px;
}
.whole_story{
    margin-top: 20px;
    /*column-gap: 1.5em;*/
    font-size: 16px;
    font-family:"poppins";
    display: flex;
    flex-direction:column;
    line-height:24px;
 
}
.whole_story p{
    font-size: 16px;
    font-family:"poppins";
    display: flex;
    flex-direction:column;
    line-height:24px;
}
.whole_story hr{
    margin-top:10px;
    margin-bottom:10px;
}
.whole_story img{
    width: 300px;
    display: flex;
}
.share{
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 5px;
    position: absolute;
    left: -80px;
    height: auto;
    width: 60px;
    top: 22%;
    border: 1px solid #ddd;
}
.share_tab{
    background-color: #fff;
    /* background-color: rgba(255, 0, 0, 0.15); */
    padding: 5px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
    border-radius: 5px;
}
.share_tab img{
    border-radius: 5px;
    width: 35px;
    height: 35px;
}
@media only screen and (max-width: 900px) {
    .str_reco{
        width: 98%;
        height: auto;
        margin-left: 1%;
        margin-top: 10px;
        /* border: 1px solid red; */
        display: flex;
        flex-direction: column;
        gap: 10px;
        background-color: #fff;
        position: relative;
    }
    .srt{
        width: 100%;
        height: auto;
        /* border: 1px solid red; */
    }
    .minor_details{
        display: grid;
        grid-template-columns: auto auto;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        align-items: center;
        justify-content: flex-start;
    }
    .str_banner p{
        color: #00172d;
        font-size: 30px;
        font-weight: 800;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .bread_crum{
        border:1px solid #ddd;
        width: 50%;
        border-radius: 10px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main_img{
        width: 100%;
        height: 400px;
        border-radius: 10px;
        margin-top: 10px;
    }
    .reco{
        width: 100%;
        padding: 10px;
        border-right: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
        /* border: 1px solid red; */
    }
    .reco .reco_title{
        background: #000000;
        height: 40px;
        align-items: center;
        padding: 10px;
        margin-top: 10px;
        padding-top: 20px;
        border-top: 2px solid red;
        width: 100%;
        border-bottom: 2px solid #ddd;
    }
    .reco .reco_title p{
        color: #ffffff;
    }
    .date_by_readtime{
        display: flex;
        gap: 10px;
    }
    .whole_story{
        margin-top: 20px;
        column-gap: 1.5em;
        font-size: 14px;
    }
    .whole_story::first-letter {
        font-size: 30px;
        text-align: center;
        color: red;       
        font-weight: bold;   
    }
    .share{
        border-radius: 5px;
        background-color: #f6f6f6;
        padding: 5px;
        position: absolute;
        left: -70px;
        height: auto;
        width: 60px;
        top: 22%;
        border: 1px solid #ddd;
    }
    .share_tab{
        background-color: #fff;
        /* background-color: rgba(255, 0, 0, 0.15); */
        padding: 5px;
        display: flex;
        align-items: center;
        margin-top: 10px;
        justify-content: center;
        border-radius: 5px;
    }
    .share_tab img{
        border-radius: 5px;
        width: 35px;
        height: 35px;
    }
}