.bwmp-st {
    font-family: 'Exo', sans-serif;
}

/* FORM CARD */
.bwmp-st .bwmp-card {
    background: #fff;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    margin-bottom: 30px;
}

/* INPUTS */
.bwmp-st input,
.bwmp-st select,
.bwmp-st textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 14px;
    font-size: 15px;
}

.bwmp-st textarea {
    min-height: 120px;
}

/* BUTTON */
.bwmp-st button {
    background: #FECC00;
    color: #000;
    border: none;
    padding: 14px 22px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.bwmp-st button:hover {
    background: #e6b800;
}

/* TABLE */
.bwmp-st table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.bwmp-st th {
    background: #000;
    color: #fff;
    padding: 14px;
    text-align: left;
}

.bwmp-st td {
    padding: 14px;
    border-bottom: 1px solid #eee;
}

/* STATUS BADGES */
.bwmp-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.bwmp-open {
    background: #e6f9ed;
    color: #1a7f37;
}

.bwmp-progress {
    background: #fff4e5;
    color: #b26a00;
}

.bwmp-closed {
    background: #fdecea;
    color: #b42318;
}

.bwmp-admin img {
    transition: 0.3s;
}
.bwmp-admin img:hover {
    transform: scale(1.5);
    z-index: 10;
}

/* THUMBNAILS */
.bwmp-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 6px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.bwmp-thumb:hover {
    transform: scale(1.1);
}

/* LIGHTBOX */
.bwmp-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
}

.bwmp-lightbox img {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
}

.bwmp-lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}


/* STATS */
.bwmp-stats {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.bwmp-stats .card {
    flex: 1;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    font-weight: 600;
}

.bwmp-stats .card span {
    float: right;
    font-size: 20px;
}

/* SEARCH */
#bwmpSearch {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* TABS */
.bwmp-tabs {
    margin-bottom: 15px;
}

.bwmp-tabs button {
    background: #eee;
    border: none;
    padding: 10px 15px;
    margin-right: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.bwmp-tabs button:hover {
    background: #FECC00;
}

.bwmp-stats {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.bwmp-stats .card {
    flex: 1;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    font-weight: 600;
}

.bwmp-stats .card span {
    float: right;
    font-size: 20px;
}

#bwmpSearch {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.bwmp-tabs button {
    background: #eee;
    border: none;
    padding: 10px 15px;
    margin-right: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.bwmp-tabs button:hover {
    background: #FECC00;
}

.bwmp-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.bwmp-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
}

.bwmp-lightbox img {
    display: block;
    margin: 80px auto;
    max-width: 90%;
    max-height: 80%;
}

.bwmp-lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.bwmpTable th {
    background: #000 !important;
    color: #fff !important;
    font-weight: 600;
}

/* FIX HUGE IMAGES */
.bwmp-thumb {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
    border-radius: 6px;
    margin-right: 6px;
    cursor: pointer;
    border: 1px solid #ddd;
}

/* Prevent table stretch */
.widefat td img {
    max-width: 60px !important;
    height: auto !important;
}
.widefat td:nth-child(4) {
    max-width: 150px;
    overflow: hidden;
}
.bwmp-thumb {
    display: inline-block;
}
.thumb-wrap {
    display: inline-block;
}

.bwmp-thumb {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
}

.bwmp-success {
    background: #e6f9ed;
    color: #1a7f37;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-weight: 600;
}

.bwmp-logout {
    float: right;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
}
#bwmpTable th {
    background: #000 !important;
    color: #fff !important;
    font-weight: 600;
    padding: 12px;
}
.bwmp-thumb {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 5px;
    cursor: pointer;
}
#bwmpTable th {
    background: #000 !important;
    color: #fff !important;
    padding: 12px;
}

.bwmp-thumb {
    width: 50px;
    height: 50px;
}

.bwmp-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.st-open {
    background: #e6f9ed;
    color: #1a7f37;
}

.st-progress {
    background: #fff4e5;
    color: #b26a00;
}

.st-closed {
    background: #fdecea;
    color: #b42318;
}