/* Article Widget Plugin Styles */
.awp-widget-container {
    clear: both;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: visible !important;
    display: block !important;
    z-index: 10;
}

.awp-widget-container::after {
    content: "";
    display: table;
    clear: both;
}

.awp-shortcode-wrapper {
    position: relative;
}

.awp-placeholder {
    display: inline-block;
    padding: 5px 10px;
    background: #f0f0f0;
    border: 1px dashed #cc0000;
    color: #cc0000;
    font-size: 12px;
    font-family: monospace;
}

/* Styly pro administraci */
.awp-shortcode-item .hndle {
    cursor: move;
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.awp-shortcode-item .awp-remove-shortcode {
    text-decoration: none;
    color: #a0a5aa;
}
.awp-shortcode-item .awp-remove-shortcode:hover {
    color: #cc0000;
}

.awp-shortcode-placeholder {
    border: 2px dashed #999;
    background-color: #f5f5f5;
    height: 100px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.awp-admin-container h2.hndle {
    padding: 10px; 
    cursor: default;
}

