/* =========================================================
   Dubai/UAE external profile card.
   Reuses .model_card_new shell from model-card-new.css and
   adds badges/layout to match the UAEESCORT-style mockup.
   ========================================================= */

.dubai-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.model_card_new--external {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 230px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.model_card_new--external:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}

/* ---- Image ---- */
.model_card_new--external .model_img_block_new {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 230 / 305;
    overflow: hidden;
    text-decoration: none;
}

.model_card_new--external .model_a_img_new,
.model_card_new--external .img_wrapper_new {
    width: 100%;
    height: 100%;
}

.model_card_new--external .model_images_new {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---- VIP badge (top-left, red) ---- */
.model_card_new--external .icon_box.vip {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff2d55;
    color: #fff;
    font-family: var(--font-family, inherit);
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 5px 8px;
    border-radius: 4px;
    z-index: 2;
    text-transform: uppercase;
}

/* ---- Favorite (top-right, dark circle with heart) ---- */
.model_card_new--external .favorite_new {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: background 0.2s ease, transform 0.2s ease;
}

.model_card_new--external .favorite_new:hover {
    background: rgba(0, 0, 0, 0.75);
    transform: scale(1.05);
}

.model_card_new--external .favorite_new .favorite_img_new {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
    pointer-events: none;
}

.model_card_new--external .favorite_new.active .favorite_img_new {
    filter: none;
}

/* ---- Verified check (green circle next to name) ---- */
.uae-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    margin-left: 6px;
    vertical-align: middle;
}

.uae-verified svg {
    width: 11px;
    height: 11px;
    stroke: #fff;
    stroke-width: 3;
    fill: none;
}

/* ---- Bottom info block ---- */
.model_card_new--external .model_param_wrapper {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.model_card_new--external .model_a_params_new {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
}

.model_card_new--external .model_info_new {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 0;
    max-height: none;
}

.model_card_new--external .girl_name {
    color: #ff2d6a;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}

.model_card_new--external .age_new {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 14px;
    margin-top: 2px;
}

.model_card_new--external .model_name_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

/* ---- Short description ---- */
.model_card_new--external .model_short_desc {
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.4;
    margin: 6px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---- Footer row: city + price ---- */
.model_card_new--external .params_new {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    background: transparent;
    height: auto;
    border-radius: 0;
    border-top: 1px solid #ececec;
    padding: 10px 0 0;
    margin: 10px 0 0;
    max-width: 100%;
    gap: 10px;
}

.model_card_new--external .city-label {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
}

.model_card_new--external .list_info_new {
    align-items: flex-end;
    flex-direction: column;
    gap: 2px;
}

.model_card_new--external .list_info_label {
    color: #888;
    font-size: 12px;
    line-height: 1;
}

.model_card_new--external .list_info_price {
    color: #ff2d6a;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

/* ---- Section header ---- */
.dubai-profiles__header {
    margin: 30px 0 20px;
}

.dubai-profiles__header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.dubai-intro p {
    margin: 0 0 12px;
    line-height: 1.55;
}

@media (max-width: 600px) {
    .model_card_new--external { width: calc(50% - 10px); }
    .dubai-cards { padding: 0 10px; gap: 10px; }
}
