#cf-feed {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 25px;
    width: 100%;
}
.cf-item {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    box-sizing: border-box;
    width: 100%;
}
.cf-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}
.cf-image {
    width: 100%;
    display: flex;
    justify-content: center;
}
.cf-image img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.cf-3d-pin-svg {
    width: 26px !important;
    max-width: 26px !important;
    height: 26px !important;
    max-height: 26px !important;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.35));
    transform: rotate(-5deg);
    display: inline-block !important;
    flex-shrink: 0;
}
.cf-text-bold {
    font-weight: 900 !important;
}
.cf-text-normal {
    font-weight: 400 !important;
}
.cf-country-title {
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block !important;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    position: relative;
    top: 0px !important;
    line-height: 1 !important;
}
.cf-pin-wrapper-inline {
    display: inline-flex !important;
    align-items: center !important; 
    justify-content: center !important;
    vertical-align: middle !important;
}
.cf-mode-above_left .cf-meta-above {
    text-align: left !important;
    margin-bottom: 15px;
    width: 100%;
}
.cf-mode-above_left .cf-pin-wrapper-inline {
    justify-content: flex-start !important;
}
.cf-mode-above_center .cf-meta-above {
    text-align: center !important;
    margin-bottom: 15px;
    width: 100%;
}
.cf-mode-above_center .cf-pin-wrapper-inline {
    justify-content: center !important;
}
.cf-meta-above .cf-country-title {
    text-shadow: none;
}
.cf-meta-above .cf-date {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}
.cf-meta-overlay {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    padding: 6px 14px;
    border-radius: 20px;
}
.cf-meta-overlay .cf-pin-wrapper-inline {
    justify-content: flex-end !important;
}
.cf-meta-overlay .cf-country-title {
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
.cf-date-overlay-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}
.cf-date-overlay-container .cf-date {
    font-size: 13px;
    color: #777;
    font-weight: 500;
}
#cf-load-more {
    display: inline-block;
    margin: 20px auto 0 auto;
    padding: 12px 30px;
    cursor: pointer;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
    transition: background 0.2s ease;
}
#cf-load-more:hover {
    background: #444;
}
