.uw-phone-skin-wrapper {
    margin: 20px 0 30px;
    font-family: inherit;
}

.uw-phone-skin-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.uw-phone-skin-preview {
    position: relative;
    width: 260px;
    max-width: 100%;
    aspect-ratio: 9 / 19;
    margin-bottom: 8px;
}

.uw-skin-texture {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.uw-phone-mask {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.uw-phone-skin-note {
    font-size: 12px;
    opacity: 0.75;
    margin: 0;
}
