.iphone-container-083c6816 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

/* Device Frame */
.iphone-device-083c6816 {
    position: relative;
    background-color: #1f1f1f;
    border: 12px solid #1f1f1f;
    border-radius: 48px;
    aspect-ratio: 9 / 19.5;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
}

/* Inner Screen */
.iphone-screen-083c6816 {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 38px;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 4px solid #000;
}

/* Dynamic Island */
.dynamic-island-083c6816 {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 28px;
    background-color: #000;
    border-radius: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
    box-sizing: border-box;
}

.camera-lens-083c6816 {
    width: 10px;
    height: 10px;
    background: radial-gradient(circle, #0e1e38 20%, #000 70%);
    border-radius: 50%;
    opacity: 0.8;
}

/* Side Buttons */
.side-button-083c6816 {
    position: absolute;
    background-color: inherit;
    width: 3px;
    border-radius: 2px;
    left: -15px;
}

.side-button-left-1-083c6816 {
    top: 100px;
    height: 30px;
}

.side-button-left-2-083c6816 {
    top: 145px;
    height: 45px;
}

.side-button-left-3-083c6816 {
    top: 200px;
    height: 45px;
}

.side-button-right-083c6816 {
    right: -15px;
    left: auto;
    top: 160px;
    height: 70px;
}

/* Video Containers */
.screen-content-083c6816 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iphone-video-element-083c6816 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iphone-video-iframe-083c6816 {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: auto;
}

.no-video-083c6816 {
    color: #888;
    font-size: 14px;
    font-family: sans-serif;
    text-align: center;
    padding: 20px;
}
