/* Placeholder image styles */
.placeholder {
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.placeholder-text {
    padding: 20px;
}

/* Placeholder image sizes */
.placeholder-hero {
    height: 400px;
    width: 100%;
}

.placeholder-country {
    height: 250px;
    width: 100%;
}

.placeholder-city {
    height: 200px;
    width: 100%;
}

.placeholder-logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
