/**
 * Vitrina Content Display — inline frame styles.
 *
 * @package Vitrina_Content_Display
 */
.vcd-frame-container {
    margin: 24px 0;
    border-radius: 8px;
    overflow: hidden;
    background: #f9fafb;
}

.vcd-frame {
    display: block;
    width: 100%;
    min-height: 720px;
    border: 0;
}

@media (max-width: 768px) {
    .vcd-frame {
        min-height: 100vh;
    }
}
