/**
 * RegTrack Intelligence — WordPress wrapper styles
 * Only styles the iframe container. All dashboard UI lives inside the iframe.
 */
.regtrack-wrapper {
    width: 100%;
    display: block;
    overflow: hidden;
}

.regtrack-iframe {
    display: block;
    border: none;
    width: 100%;
    transition: height 0.3s ease;
}
