/**
 * EMM Software Location Manager
 * Admin styles for Location metabox fields
 */

/* ---------------------------------
 * ADMIN GALLERY ITEM
 * --------------------------------- */
.alc-g-item {
    position: relative;
    display: inline-block;
    margin: 6px;
}

.alc-g-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    background: #fff;
}

/* CLEAN SINGLE CLOSE ICON */
.alc-g-del {
    all: unset;                 /* 🔥 IMPORTANT */
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    background: #cc0000;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    z-index: 5;
}

.alc-g-del:hover {
    background: #a00000;
}


/* -------------------------------------------------
 * POINTER GRID
 * ------------------------------------------------- */
.alc-pointer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.alc-pointer-grid .alc-pointer-item {
    width: 40px;
    height: 40px;
    padding: 4px;
    border: 2px solid #ccd0d4;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}

.alc-pointer-grid .alc-pointer-item:hover,
.alc-pointer-grid .alc-pointer-item:focus {
    border-color: #007cba;
}

.alc-pointer-grid .alc-pointer-item.active {
    border-color: #007cba;
}

.emmslm-pointer-grid img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    cursor: pointer;
}

.emmslm-pointer-grid label {
    display: inline-block;
    margin: 5px;
}

/* ==================================================
 * FINAL FIX – ADMIN GALLERY DOUBLE CLOSE ICON
 * ================================================== */

.alc-g-del::before,
.alc-g-del::after {
    display: none !important;
    content: none !important;
}

/* Force single clean × */
.alc-g-del {
    all: unset;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    background: #cc0000;
    color: #ffffff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

/* =================================================
 * ADMIN GALLERY DELETE BUTTON – FINAL FIX
 * ================================================= */

.alc-gallery-item {
    position: relative;
}

.alc-g-del {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    background: #d63638;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}

/* Force visible × */
.alc-g-del::before {
    content: "×";
}

/* =================================================
 * ADMIN GALLERY DELETE BUTTON – FINAL FIX
 * ================================================= */

.alc-gallery-item {
    position: relative;
}

.alc-g-del {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    background: #d63638;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}

/* Force visible × */
.alc-g-del::before {
    content: "×";
}

