._panes_1yz1z_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

._panes_1yz1z_1 ._left_1yz1z_6 {
    flex: 0 0 75%
}

@media screen and (max-width: 768px) {
    ._panes_1yz1z_1 {
        flex-direction: column
    }

    ._panes_1yz1z_1 ._left_1yz1z_6,
    ._panes_1yz1z_1 ._right_1yz1z_16 {
        flex: 1
    }
}

._imageContainer_1yz1z_21 {
    max-height: 320px
}

@media screen and (min-width: 768px) {
    ._imageContainer_1yz1z_21 {
        display: flex;
        flex-direction: row;
        gap: 10px
    }
}

._squareAd_1yz1z_32 {
    visibility: hidden
}

@media screen and (min-width: 768px) {
    ._squareAd_1yz1z_32 {
        flex: 1;
        visibility: visible
    }
}

._image_1yz1z_21 {
    flex: 1;
    border: 1px solid var(--color-gray-300);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/check.png)
}

._image_1yz1z_21 img {
    margin: 10px;
    max-width: 90%;
    max-height: 300px
}

._relevantImages_1yz1z_56>div {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

._relevantImages_1yz1z_56 ._image_1yz1z_21 {
    height: 140px;
    width: 140px;
    border: 1px solid var(--color-gray-300);
    display: flex;
    justify-content: center
}

._relevantImages_1yz1z_56 ._image_1yz1z_21 img {
    width: 80%;
    height: 80%;
    object-fit: contain
}

._relevantImages_1yz1z_56 ul {
    display: block;
    font-size: var(--font-size-small)
}

._content_1yz1z_80 {
    margin-top: 10px;
    border-top: 3px solid var(--color-gray-300);
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--color-gray-100)
}

@media screen and (max-width: 768px) {
    ._content_1yz1z_80 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px
    }
}

._subtitle_1s14l_1 {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    ._subtitle_1s14l_1 {
        flex-direction: column;
        margin-bottom: 4px
    }
}

._main_srtdi_1 button {
    margin: 0 2px
}

._copy_srtdi_5 {
    width: 32px;
    height: 32px;
    background-color: #999;
    border-radius: 30px;
    border: none;
    padding: 0;
    cursor: pointer
}

._copy_srtdi_5 svg {
    margin: 7px
}

._share_srtdi_18 {
    width: 26px;
    height: 26px;
    padding: 1px
}