.webplanet-acg-wrap { max-width: 1200px; margin: 20px 20px 0 0; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; }
.webplanet-acg-card { background: #fff; border: 1px solid #c3c4c7; box-shadow: 0 1px 2px rgba(0,0,0,.05); padding: 30px; border-radius: 4px; margin-bottom: 25px; }
.webplanet-acg-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f0f0f1; padding-bottom: 20px; margin-bottom: 25px; }
.webplanet-acg-header h2 { margin: 0; font-size: 22px; color: #1d2327; font-weight: 600; }
.webplanet-acg-label { font-weight: 600; display: block; margin-bottom: 8px; color: #1d2327; font-size: 14px; }
.webplanet-acg-card input[type=text], .webplanet-acg-card input[type=number], .webplanet-acg-card select { width: 100%; padding: 10px 12px; font-size: 15px; border: 1px solid #8c8f94; border-radius: 4px; height: 45px; box-sizing: border-box; }
.webplanet-acg-card input[type=text]:focus, .webplanet-acg-card select:focus { border-color: #2271b1; box-shadow: 0 0 0 1px #2271b1; }
.webplanet-acg-input-large { font-size: 18px !important; padding: 12px !important; }
.webplanet-acg-input-read { background: #f6f7f7 !important; border: 1px solid #dcdcde !important; color: #50575e; cursor: default; }
.webplanet-acg-btn-hero { background: #2271b1; color: #fff; border: none; padding: 12px 30px; font-size: 15px; font-weight: 600; cursor: pointer; border-radius: 4px; transition: all 0.2s; display: inline-flex; align-items: center; justify-content: center; height: 45px; text-decoration:none; }
.webplanet-acg-btn-hero:hover { background: #135e96; color: #fff; }
.webplanet-acg-btn-hero:disabled { background: #f0f0f1; color: #a7aaad; border: 1px solid #dcdcde; cursor: not-allowed; }
.webplanet-acg-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 25px; }
.webplanet-acg-row { margin-bottom: 25px; }
.webplanet-acg-locked { opacity: 0.6; cursor: not-allowed; }
.webplanet-acg-pro-badge { background: #d63638; color: #fff; font-size: 10px; padding: 2px 6px; border-radius: 3px; vertical-align: middle; margin-left: 5px; font-weight: bold; text-transform: uppercase; }

#wp-webplanet_acg_preview_editor-editor-container { 
    border-radius: 4px; 
    border: 1px solid #8c8f94; 
}

.wp-editor-area, 
.mce-edit-area iframe { 
    height: 500px !important; 
    min-height: 500px !important;
    overflow-y: auto !important; 
}