.overlay-tool-app {
    max-width: 900px;
    margin: auto;
}

#ot-canvas {
    max-width: 100%;
    border-radius: 8px;
}

.gradient-overlay-tool-app {
    max-width: 1200px;
    margin: auto;
}

.preview-area {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.got-image {
    display: block;
    max-width: 100%;
    border-radius: 6px;
}

.overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 6px;
    mix-blend-mode: normal;
}

#got-texture-layer {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}