@import "../fonts/all.css";

.toc {
    border: 1px solid #00285a;
    background: #fff;
    padding: 2rem 1rem;
    margin: 20px 0;
    font-style: italic;
    color: #0a2240;
    transition: all 5s;
    border-radius: 20px;
}

.toc .title {
    font-weight: 500;
    font-style: normal;
    text-align: left;
}

.toc li {
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    margin-top: 5px;
}

.toc .show-toc:hover, .toc .hide-toc:hover {
    color: #000;
    cursor: pointer;
}

.description-item {
    font-size: 16px;
    color: #231f20;
    font-weight: 300;
    font-style: italic;
    font-family: "Roboto-Regular";
    text-align: left;
}

.title-item {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: "SVN-AvoBold";
    background-color: #00285a;
    padding: 0.5rem 1rem;
}

.breadcrumb .link {
    margin-top: 1rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #00285a;
}
#post-content img{
    max-width: 100%;
}
.post-same-topic{
    border: 1px solid #00285a;
    border-radius: 15px;
}
.post-same-topic .title {
    font-size: 20px;
    text-transform: uppercase;
    color: #00285a;
    font-weight: bold;
    font-family: "SVN-AvoBold";
    text-align: center;
    background-color: #e6e7e8;
    padding: 8px 0;
    border-radius: 15px 15px 0 0;
}

.post-same-topic .title-related-post {
    font-size: 16px;
    text-transform: uppercase;
    color: #00285a;
    font-family: "SVN-AvoBold";
    text-align: justify;
}
.post-same-topic .card-item .image{
    flex-basis: 30%;
}
.post-same-topic .card-item .title-related-post{
    flex-basis: 67%;
}

@media screen and (max-width:575px){
    .post-same-topic .card-item .image{
        flex-basis: auto;
    }
    .post-same-topic .card-item .title-related-post{
        flex-basis: auto;
    }
}