#sktcoco-cookie-settings-panel {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 10000;
    overflow: auto;
}

.sktcoco-category {
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.sktcoco-cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
}

.sktcoco-cookie-table th,
.sktcoco-cookie-table td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
}

#sktcoco-close-settings,
#sktcoco-save-settings {
    margin-top: 15px;
    margin-right: 10px;
}
