#cap-popup-title{
    color: #0a5a84 !important;
    margin: 0 0 15px 0;
}
.approval-wraper #cap-popup .cap-content *{
    /* color: var(--cap-text-color); */
    color: #000;
}

.approval-wraper #cap-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 999;
    padding: 8px;
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    background-color: var(--cap-bg-color);
    color: var(--cap-text-color);
}
.approval-wraper #cap-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 1000;
    overflow: auto;
    width: 85vw;
    /* background-color: var(--cap-bg-color); */
    background-color: #fff;
    color: var(--cap-text-color);
    max-width: 1000px;
    max-height: 95vh;
}
.cap-wp-editor {
    width: 88%;
}
.approval-wraper #cap-popup .cap-content {
    padding: 2%;
    width: 100%;

    max-height: 50vh;
    overflow-x: auto;
    margin: 0 0 17px 0;
}
#cap-popup-close:hover{
    outline: 1px solid currentcolor;   
}

#cap-popup-close{
    position: absolute;
    left: 14px;
    top: 9px;
    /* font-size: 15px; */
    border-radius: 50%;
    color: var(--cap-text-color);
    background-color: transparent;
}
#cap-popup-accept:focus,
#cap-popup-accept:hover{
    background-color: #0056b3 !important;
}
#cap-popup-accept{
    margin-right: auto;
    display: flex;
    background: green !important;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 5px;
    transition: background-color 0.3s;
    padding: 6px 20px;
}

.approval-wraper button:hover {
    background-color: transparent ;
    color: currentcolor ;
    outline: 1px solid currentcolor;
}

.approval-wraper button {
    padding: 2px 8px ;
    border: 1px solid currentColor;
    border-radius: 0;
    background-color: var(--cap-btn-bg-color);
    color: var(--cap-btn-text-color);
}

.approval-wraper #cap-overlay {
    display: none;
    position: fixed;
    top:0; 
    left:0; 
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.cap-preview {
    display:inline-block;
    width:30px;
    height:30px;
    margin-left:10px;
    border:1px solid #ccc;
    vertical-align: middle;
}

.wp-admin .form-table input[name="cap_title"]{
    width: 50%;
}

.ACC-link:active,
.ACC-link:focus,
.elementor-tab-title:focus {
    outline: 1px var(--e-global-color-primary) solid !important;
}

@media screen and (max-width: 800px) {
    .approval-wraper #cap-popup {
        width: 90vw;
    }
}
