/* ═══════════════════════════════════════════════════════════════
   Vimiss CMS — Block Điểm Đến Du Học (Thuộc tính Khu Vực)
   ═══════════════════════════════════════════════════════════════ */

.vm-destinations-card {
    background: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 12px 0px #0000000D;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    margin-bottom: 30px;
}

/* ── Sticky Sidebar ── */
.vm-destinations-card.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 10;
}

.admin-bar .vm-destinations-card.is-sticky {
    top: 122px;
}

/* ── Header ── */
.vm-destinations-header {
    background: linear-gradient(180deg, #225074 0%, #3075AA 100%);
    color: #ffffff;
    padding: 16px 18px 28px 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-sizing: border-box;
}

.vm-dest-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
}

.vm-dest-header-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.vm-dest-header-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

/* ── List & Items ── */
.vm-destinations-list {
    list-style: none;
    margin: -14px 0 0 0;
    padding: 4px 0 0 0;
    background: #ffffff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
    z-index: 1;
}

.vm-dest-item:first-child,
.vm-dest-item:first-child .vm-dest-link {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.vm-dest-item {
    position: relative;
    margin: 0;
    padding: 0;
}

/* Border giữa các dòng: #E5E5E5 và thụt lề 18px hai bên (không chạy hết ra mép) */
.vm-dest-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 18px;
    right: 18px;
    height: 1px;
    background-color: #E5E5E5;
    pointer-events: none;
}

.vm-dest-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    text-decoration: none !important;
    color: #225074;
    transition: background-color 0.15s ease;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.vm-dest-item:hover,
.vm-dest-link:hover {
    background-color: #F4F8FC;
}

.vm-dest-name {
    font-size: 14.5px;
    font-weight: 700;
    color: #225074;
    line-height: 1.35;
}

.vm-dest-link:hover .vm-dest-name {
    color: #225074;
}

/* ── Circle Right Arrow Icon (Không đổi màu khi hover button) ── */
.vm-dest-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

.vm-dest-arrow svg,
.vm-dest-arrow-svg {
    width: 20px;
    height: 20px;
    display: block;
}

.vm-dest-arrow circle {
    fill: #225074;
}

/* ── Fallback rỗng ── */
.vm-destinations-empty {
    padding: 20px;
    text-align: center;
    color: #888;
    font-size: 13.5px;
    font-style: italic;
    margin: 0;
}
