.mo-media-col-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.mo-actions-dropdown {
    position: relative;
}

.mo-actions-toggle {
    background: none;
    border: 1px solid #ccd0d4;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.mo-actions-toggle .dashicons {
    font-size: 14px;
    vertical-align: text-top;
}

.mo-actions-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 150px;
    bottom: 100%;
    margin-bottom: 5px;
    right: 0;
    padding: 5px 0;
}

.mo-actions-dropdown.active .mo-actions-menu {
    display: block;
}

.mo-actions-menu a {
    display: block;
    padding: 8px 12px;
    font-size: 13px;
    text-decoration: none;
    color: #2271b1;
}

.mo-actions-menu a:hover {
    background-color: #f0f0f1;
}

.mo-action-spinner {
    display: none;
    margin: 8px auto 0;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #2271b1;
    border-radius: 50%;
    animation: mo-spin 1s linear infinite;
}

@keyframes mo-spin {
    to {
        transform: rotate(360deg);
    }
}

.mo-media-col-stats.processing .mo-media-col-list,
.mo-media-col-stats.processing .mo-media-col-actions {
    opacity: 0.5;
    pointer-events: none;
}

.mo-media-col-stats.processing .mo-action-spinner {
    display: block;
}

.mo-media-col-notice {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #e5e7eb;
    font-size: 11px;
    font-style: italic;
    color: #787c82;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mo-media-col-notice .dashicons {
    font-size: 14px;
}

.mo-compare-button {
    text-decoration: none;
    color: #2271b1;
}

.mo-compare-button:hover {
    color: #135e96;
}

.mo-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mo-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    width: 95%;
    max-width: 850px;
    max-height: 95vh;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.mo-modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    line-height: 1;
}

.mo-modal-body {
    margin-top: 15px;
    max-height: calc(95vh - 100px);
    overflow: auto;
    text-align: center;
}

#mo-comparer-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.twentytwenty-handle {
    z-index: 100001;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    opacity: 1;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

.twentytwenty-before-label:before {
    background-color: #555c65;
}

.twentytwenty-after-label:before {
    background-color: #39baba;
}
