﻿/* General Styles */
body {
    background-color: #ddd;
    margin: 0;
    font-family: Arial, sans-serif;
}

.container-left-space {
    padding-left: 100px; /* Adjust this value as needed */
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .container-left-space {
        padding-left: 50px; /* Less padding on smaller screens */
    }
}

@media (max-width: 992px) {
    .container-left-space {
        padding-left: 20px; /* Even less padding */
    }

    .row {
        flex-direction: column;
    }

    .col-lg-9, .col-lg-3 {
        width: 100%; /* Full width on smaller screens */
        margin-bottom: 20px; 
    }
}

@media (max-width: 768px) {
    .container-left-space {
        padding-left: 10px; /* Minimal padding */
    }
}

/* Images inside news details */
img {
    max-width: 100%; /* Make images responsive */
    height: auto; /* Maintain aspect ratio */
}
#cke_167_uiElement {
    display: none;
}
a {
    text-decoration: none;
}