.optimal360-block-placeholder {
    text-align: center;
    padding: 40px 20px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    background: #f9f9f9;
    margin: 20px 0;
}

.optimal360-icon {
    font-size: 48px;
    font-weight: bold;
    color: #0073aa;
    margin-bottom: 10px;
}

.optimal360-block-placeholder h3 {
    margin: 10px 0;
    color: #333;
}

.optimal360-block-placeholder p {
    color: #666;
    margin-bottom: 20px;
}

.optimal360-modal {
    width: 80vw !important;
    height: 80vh !important;
    max-width: 80vw !important;
    max-height: 80vh !important;
}

.optimal360-modal .components-modal__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.optimal360-modal-content {
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.optimal360-iframe {
    width: 100%;
    flex: 1;
    border: none;
    min-height: 500px;
}

.optimal360-modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    text-align: right;
    background: #f8f9fa;
}

.optimal360-showcase {
    padding: 20px;
    background: #f0f0f0;
    border-radius: 8px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.optimal360-embed-container {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.optimal360-embed-iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
}

.optimal360-embed-overlay {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 999 !important;
    pointer-events: none;
}

.optimal360-embed-info {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    pointer-events: all;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.optimal360-embed-info p {
    margin: 0;
    font-weight: 500;
    color: #333;
}

.optimal360-embed-info .components-button {
    font-size: 12px;
    height: 24px;
    min-height: 24px;
    line-height: 1;
}
