/* فقط داخل الشورتكود */
.population-section {
    background-color: #8a1538;
    padding: 10px 5px;
    font-family: 'Lusail', 'Arial', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
}

.population-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:0;
  line-height: 10px;
}

.population-title {
    display: flex;
    align-items: center;
    gap: 4px;
}
.population-title h2 {
    font-size: 24px;}
.population-icon-pop-box {
    padding: 5px;
}

.population-pop-icon {
    width: 50px;
    height: 50px;
}

.population-number {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.population-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.population-date {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.population-source {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    text-align: right;
}

.white-colored {
    color: #fff;
}
