.content {
    max-width: 900px;
    justify-content: flex-start;
    gap: 0px;
    padding-top: 0px;
}

.content p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
    margin-left: 20px;
}

.full-content img {
    margin-bottom: 30px;
}

.content div {
    margin-left: 20px;
    margin-right: 20px;
    order: 3;
}

.content div a {
    font-weight: 600;
    color: #111;
}

.random-article-link {
    margin-right: 5px;
    margin-left: 5px;
    color: #d72f2f !important;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #3333331e;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: 0.25s;
    max-width: max-content;
}

.random-article-link:hover {
    color: #222 !important;
    
}

.content  .investment-disclaimer {
    order: 1;
    padding: 15px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    display: flex;
    width: 100% !important;
    max-width: fit-content;
    gap: 20px;
    margin: 0px;
}
.investment-disclaimer strong {
    color: #000;
}

.investment-disclaimer p {
    margin: 0px;
    max-width: 85%;
}

.disclaimer-icon {
    width: 30px !important;
    height: 30px !important;
    opacity: 0.5;
    margin-bottom: 0px !important;
}

.rec-top {
    display: flex;
}

.rec-top img {
    width: 30px;
    height: 30px;
}

.recommendation-cont {
    display: flex;
}

@media (max-width: 1520px) {
}


@media (max-width: 1200px) {
    .full-content img {
        width: 500px;
        margin-bottom: 20px;
    }
    
}

@media (max-width: 900px) {
    .full-content img {
        width: 400px;
    }
    
}

@media (max-width: 800px) {
    #aside {
        display: none;
    }
    .full-wrapper {
        margin: 10px;
        margin-top: 30px;
        padding: 0;
    }

    .content {
        padding: 0;
        margin: 0;
        padding-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .full-content img {
        width: 300px;
    }
    .content div {
        margin-left: 10px;
    margin-right: 10px;
    }

    .content p {
        margin-left: 10px;
    margin-right: 10px;
    }
}

.back-btn-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    margin-bottom: 30px;
}

.back-btn-cont a {
    text-decoration: none;
    margin: 10px;
    padding: 10px;
    background-color: #252525;
    max-width: max-content;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px;
    transition: 0.3s ease;
}

.back-btn-cont a:hover {
    background-color: #d72f2f;
}