
#bx_incl_area_1,
#bx_incl_area_3_1,
#bx_incl_area_3_2,
#bx_incl_area_3_2_1,
#bx_incl_area_3_3,
#bx_incl_area_8 {
    display: flex;
    flex-wrap: wrap;
}

#bx_incl_area_8 {
    width: 100%;
}

#bx_incl_area_3_1 .side-block {
    width: 270px;
}

#bx_incl_area_3_2 {
    padding: 0 15px;
    flex: 0 0 75%;
    max-width: 75%;
}

#bx_incl_area_3_2 .col-9 {
    flex: none!important;
    max-width: 100%;
}

.cat-description .collapse {
    /*height: 200px;*/
    /*overflow: hidden;*/
}

div.bx-component-opener {
    z-index: 999999999999 !important;
}

.account__balance input[type="submit"] {

    -webkit-appearance: button;

    color: #fff;
    background: #ff9800;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 3px;
}

.a-e .alert-field {
    position: relative;
    display: inline-block !important;
    margin: 0 0 5px 0;
    border-radius: 4px;
}

.vote_idea i.color-green {
    color: #8bc34a;
}


.vote_idea i.color-red {
    color: #f44336;
}

.side-block img {
    width: 100%;
    height: auto;
}

.sentence__brif ul {
    margin-top: 10px;
}
.sentence__brif li {
    display: list-item;
    margin-left: 20px;
}

.btn-trans__orange.active {
    color: #fff3dc;
    border-color: #ef9b00;
    background: #ef9b00;
}
        .article-container {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            background-color: #FFA500; /* Orange background */
            padding: 30px;
            border-radius: 10px;
            max-width: 900px;
            margin: auto;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        }
        .text-content {
            flex: 1;
            padding-right: 20px;
        }
        .article-title {
            font-size: 36px;
            font-weight: bold;
            color: #333;
        }
        .author-info {
            font-size: 13px;
            color: #555;
            margin: 10px 0;
        }
        .share-links {
            margin-top: 20px;
        }
        .share-links a {
            text-decoration: none;
            color: #0073e6;
            margin-right: 10px;
            font-size: 16px;
        }
        .share-links a:hover {
            text-decoration: underline;
        }
        .image-content img {
            width: 400px;
            height: auto;
            border-radius: 10px;
        }
		        /* Media Query for Mobile */
        @media (max-width: 768px) {
            .article-container {
                flex-direction: column; /* Stack the content vertically */
                padding: 15px;
            }
            .text-content {
                padding-right: 0;
                text-align: center;
            }
            .image-content img {
                width: 100%; /* Make the image full-width */
                margin-top: 20px; /* Add spacing below image */
            }
        }