body {
    font-family: "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
    "メイリオ", Meiryo, Osaka, "黒体", "simhei", "맑은 고딕", "Malgun Gothic", 
    "Lucida Sans Unicode", "Segoe UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: auto;
    margin: auto;
}

.report-base {
    container-type: inline-size;
    container-name: report-body;
}

.report {
    width: fit-content;
    /* OURANOS-665-2-2 */
    max-width: 1024px;
    min-width: 1024px;
    margin: auto;
    position: relative;
    padding: 20px;
    background-color: #f3f3ee;
    box-sizing: border-box;
    border: 4px solid #736950;
    outline: 4px solid #736950;
    outline-offset: -14px;
    font-size: 14px;
}

.report .center-element {
    display: grid;
    justify-content: center;
}

.report .grid-area {
    margin: 5px;
}

.report .grid-area.footer-area {
    margin-top: 15px;
}

.report .grid-element {
    border-bottom: solid #a9a9a9;
    background-color: white;
    border: 0.1px solid #bfbfbf;
    padding: 10px;
}

#grid-1,
#grid-2,
#grid-3,
#grid-4,
#grid-2-3,
#grid-2-5,
#preview_retouch,
#preview_retouch_ai,
#grid-2-5-2 {
    display: grid;
}

/* Header layout */
#grid-1.header {
    grid-template-areas:
        "logo-menu"
        "title";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: start;
}

#grid-1.header .logo-menu.left-element {
    grid-area: logo-menu;
    justify-self: start;
    align-items: flex-start;
    margin: 0px;
}

#grid-1.header .title.center-element {
    grid-area: title;
    justify-self: center;
}

#grid-2-1 {
    font-size: 12px;
}

#grid-2-1>.small-text-description {
    font-size: 12px;
}

.retouch-area{
    display: grid;
}

/* Retouch item layout - SP/PC 共通 */
#grid-2-5-1 {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "title icon"
        "value value";
    row-gap: 0;
    align-items: center;
    border: 1px solid #bfbfbf;
    padding: 0;
}

#grid-2-5-1 > .item-name {
    grid-area: title;
    width: auto;
    min-width: 0;
    padding: 10px;
}

#grid-2-5-1 > .camera-icon-svg {
    grid-area: icon;
    position: static;
    transform: none;
    justify-self: end;
    padding: 0 10px;
}

#grid-2-5-1 > #value_retouch {
    grid-area: value;
    width: 100%;
    border-top: 1px solid #bfbfbf;
}

/* preview_partial_modification: PC/SP共通。.item-name-area（position:relative）基準。
   .grid-elementのpadding:10pxにより right:0 = 視覚的右端から10px。
   position:absoluteでflexフローから外れるためラベルのcenteringは維持される */
#preview_partial_modification .camera-icon-svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 0; /* SPの .report .camera-icon-svg { padding-right:10px } との重複防止 */
}

/**
 * SP画面サイズに対するスタイル
 * 画面サイズが1023px以下の場合、グリッドレイアウトを適用
 */
@container report-body (max-width: 1023px) {

    .report {
        min-width: 360px;
        border: 1px solid #7E7358;
        outline: none;
    }

    .report .title .title-image {
        width: 100%;
        height: 24px;
    }

    #grid-2 {
        grid-template-columns: 1fr;
        margin-top: 13px;/*スマホ用はCVロゴとgrid-2の間にマージンが必要 */
    }
    #grid-2-2 {order: 1;}
    #grid-2-6 {order: 2;}
    #grid-2-1 {order: 3;}
    #grid-2-1 > .right-element {
        justify-content: center;
        text-align: center;
    }
    #camera_icon_description {
        color: #999999;
    }
    #grid-2-3 {
        order: 4;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 10px;
        width: auto !important; /* SP画面に合わせるためimportantを使用(TODO:OURANOS-1105) */
    }
    #grid-2-3 .item-name-area {
        background-color: #7E735808;
        justify-content: left !important; /* SP画面に合わせるためimportantを使用(TODO:OURANOS-1105) */
        align-items: center;
        position: relative;
        font-weight: bold;
    }
    #grid-2-3 .item-name {
        margin-left: 0px;
        justify-content: flex-start;
    }
    #grid-2-3 .item-value {
        margin: 10px auto 0px auto;
    }
    #grid-2-3 .item-name-area::before {
        content: "";
        position: absolute;
        height: 100%;
        top: 0px;
        width: -webkit-fill-available; /* Chrome, Safari */
        width: -moz-available;         /* Firefox */
        margin-right: 10px;
        border-bottom: 1px solid #bfbfbf;
    }
    #grid-2-5 {
        order: 5;
        background-color: white;
        row-gap: 10px;
    }
    #grid-2-5-1 {
        background-color: white;
    }
    #grid-2-5-1 .item-name {
        font-weight: bold;
    }
    #grid-2-5-1 .item-name,
    #grid-2-5-2 .item-name {
        justify-content: center;
    }
    #grid-2-5-1 > .item-name {
        background-color: #7E735808;
    }
    #grid-2-5-1 > .camera-icon-svg {
        background-color: #7E735808;
    }
    #grid-2-5-2 > #preview_partial_modification > .item-name {
        padding-top: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #bfbfbf;
    }
    #grid-2-5-2 > #preview_partial_modification > div:last-child {
        padding-top: 10px;
    }
    #grid-2-5-3 {
        flex-direction: column;
        padding: 0px;
        column-gap: 10px;
    }
    #grid-2-5-3 > .item-name {
        background-color: #7E735808;
        padding:  20px 20px 10px 20px;
    }
    #grid-2-5-3 > .item-name::before {
        content: "";
        position: absolute;
        height: 100%;
        top: 0px;
        width: -webkit-fill-available; /* Chrome, Safari */
        width: -moz-available;         /* Firefox */
        border-bottom: 1px solid #bfbfbf;
        left: 0px;
        margin: 0px 10px;
    }
    #grid-2-5-3 > .item-value {
        padding:  10px 20px 20px 20px;
    }
    /* preview_retouch_ai SP時のcamera-icon-svg(sp-only)のみ。
       #grid-2-5-3はSPでpadding:0のため right:10px = 視覚的右端から10px。
       position:absoluteでflexフローから外れるためラベルのcenteringは維持される */
    #grid-2-5-3 .camera-icon-svg.sp-only {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 0; /* 共通ルール .report .camera-icon-svg { padding-right:10px } との重複防止 */
    }
    /* preview_3d_detection: #grid-2-3 .item-name-area は position:relative 済み。
       grid-element の padding:10px 分が右端余白になるため right:0 = 視覚右端から10px */
    #preview_3d_detection .item-name-area .camera-icon-svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 0;
    }
    /* preview_camera_signature / preview_sensor_based_depth_map / preview_original_image:
       #grid-2-3 .item-name-area は position:relative 済み。
       padding-right:32px でラベル・toolipがアイコン(幅28px)と重ならないよう余白を確保 */
    #preview_camera_signature .item-name-area,
    #preview_sensor_based_depth_map .item-name-area,
    #preview_original_image .item-name-area {
        padding-right: 32px;
    }
    #preview_camera_signature .item-name-area .camera-icon-svg,
    #preview_sensor_based_depth_map .item-name-area .camera-icon-svg,
    #preview_original_image .item-name-area .camera-icon-svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 0;
    }
    .camera-icon-svg.pc-only {
        display: none;
    }

    #grid-2-4 {
        order: 6;
    }
    #grid-2-4 > * {
        display: block;
    }

    /* 共通化: #grid-2-4, #grid-3 の item-name, item-value, camera-icon-svg */
    #grid-2-4 .border-element,
    #grid-3 .border-element {
        padding: 10px;
    }
    #grid-2-4 .camera-icon-svg,
    #grid-3 .camera-icon-svg {
        position: absolute;
        right: 0px;
        top: 25%;
        transform: translateY(-50%);
    }
    #grid-2-4 .item-name,
    #grid-3 .item-name {
        display: flex;
        width: auto;
        height: 15px;
        margin: 0px;
        padding-bottom: 10px;
        box-sizing: content-box;
        font-weight: bold;
        background-color: #7E735808;
    }
    #grid-2-4 .item-value,
    #grid-3 .item-value {
        border-top: 1px solid #bfbfbf;
        width: auto;
        padding-top: 10px;
    }


    #grid-3 {
        grid-template-columns: 1fr;
    }
    #grid-3 > * {
        display: block;
    }
    /* 2番目以降の表示 */
    #grid-3 > div:nth-child(n+2 of div:not(:is([style*="display:none"],[style*="display: none"]))) {
        border-top: none;
    }

    #grid-4 {
        grid-template-columns: 1fr;
    }

    /* OURANOS-2050対応 もともと画像サイズを大きくするという下記の改善をおこなって
    　　https://github.com/soipro/ForgeryDetection/pull/1291/
    　　各種最大幅を150pxから180pxにしましたが、そのせいでスマホレイアウトのとき
    　　はみ出る問題がおきたので、スマホのときはもとの150pxに戻しました */
    .report .depth-map-area-3d {
        width: 165px !important;
    }
    .report .depth-map-area-3d .image-area {
        width: 165px !important;
    }
    .report .image-error-area {
        width: 165px !important;
    }
    .report .scale-area {
        width: 165px !important;
    }
    .report .scale-bar {
        width: 100% !important; /* スマホでも縦画像と横画像で表示エリアの幅に合わせる */
    }
    .report .image-detai-area {
        min-width: 168px !important;
        height: 167px !important;
    }
    .report .original-image {
        min-width: 168px !important;
        height: 167px !important;
    }
    .report .sensor-based-depth-map .original-image {
        /*min-width: auto !important;*/
        width: 100% !important;
        height: 100% !important;
    }
    .report .canvas {
        max-width: 165px !important;
        max-height: 165px !important;
    }
    .report .canvas-error {
        height: 165px !important;
        width: 165px !important;
    }
    #value_sensor_based_depth_map {
        width: 165px !important;
        height: 165px !important;
    }

    .report .camera-icon-svg {
        padding-right: 10px;
    }
}

/**
 * 1024px以上の画面サイズに対するスタイル
 * 画面サイズが1024px以上の場合、グリッドレイアウトを適用
 */
@container report-body (min-width: 1024px) {
    .report :is(.original-image-area, .sensor-based-depth-map) {
        max-height: fit-content;
        padding: 10px;
    }

    .report .title .title-image {
        width: 100%;
        height: 30px;
    }

    .report .original-image-area :is(.image-detai-area) {
        min-width: 257px;
        height: 257px;
    }
    .report .sensor-based-depth-map :is(.image-detai-area) {
        width: 257px;
        height: 257px;
    }

    #grid-2 {
        grid-template-areas:
            "grid-2-1 grid-2-1"
            "grid-2-2 grid-2-3"
            "grid-2-4 grid-2-5"
            "grid-2-6 grid-2-5";
        grid-template-columns: 4fr 6fr;
        /*3行目(location)と4行目(summary)が共にgrid-2-5と同じ行なのでデフォルトだとgrid-2-4とgrid-2-6それぞれの高さに準じて
        　grid-2-5の高さの割合を取るのでlocationとsummaryの間が空いていた。下記の設定でgrid-2-6が残りスペースを取るようになるので
        　summaryが上に詰まる */
        grid-template-rows: auto auto auto 1fr;
    }
    #grid-2:not(:has(#grid-2-3:not([style*="display: none"]))) {
        grid-template-areas:
            "grid-2-1 grid-2-1"
            "grid-2-2 grid-2-5"
            "grid-2-4 ."
            "grid-2-6 .";
        grid-template-columns: 4fr 6fr;
    }

    #grid-2:not(:has(#grid-2-3:not([style*="display: none"]), #grid-2-5:not([style*="display: none"]))) {
        grid-template-columns: 1fr;
    }

    #grid-2:not(:has(#grid-2-4:not([style*="display: none"]))) {
        grid-template-areas:
            "grid-2-1 grid-2-1"
            "grid-2-2 grid-2-3"
            "grid-2-6 grid-2-5";
    }

    /* header */
    #grid-2-1 {grid-area: grid-2-1;}

    /* image item */
    #grid-2-2 {grid-area: grid-2-2;}

    /* Camera signature item */
    #grid-2-3 {
        grid-template-areas:
            "preview_original_image preview_sensor_based_depth_map"
            "preview_camera_signature preview_3d_detection";
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 10px;
    }
    #grid-2-3:has(#preview_original_image[style*="display: none"]):has(#preview_sensor_based_depth_map[style*="display: none"]) { grid-template-areas: none ; }
    #grid-2-3:has(#preview_original_image[style*="display: none"]):has(#preview_camera_signature[style*="display: none"]) { grid-template-areas: none ; }
    #grid-2-3:has(#preview_original_image[style*="display: none"]):has(#preview_3d_detection[style*="display: none"]) { grid-template-areas: none ; }
    #grid-2-3:has(#preview_sensor_based_depth_map[style*="display: none"]):has(#preview_camera_signature[style*="display: none"]) { grid-template-areas: none ; }
    #grid-2-3:has(#preview_sensor_based_depth_map[style*="display: none"]):has(#preview_3d_detection[style*="display: none"]) { grid-template-areas: none ; }
    #grid-2-3:has(#preview_camera_signature[style*="display: none"]):has(#preview_3d_detection[style*="display: none"]) { grid-template-areas: none ; }

    /* Capture date and time item */
    #grid-2-4 {grid-area: grid-2-4;}
    #grid-2-4 .item-value {
        padding: 0px 10px;
    }

    /* Retouch item */
    #grid-2-5 {
        grid-area: grid-2-5;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
        align-items: start;
        column-gap: 10px;
        row-gap: 10px;
    }

    #grid-2-3 > :is(#preview_original_image, #preview_sensor_based_depth_map, #preview_camera_signature, #preview_3d_detection) {
        border: 1px solid #bfbfbf;
    }

    #grid-2-3 .item-name {
        justify-content: center;
    }

    #grid-2-5-2 > #preview_partial_modification {
        border: 1px solid #bfbfbf;
    }

    #grid-2-5-2 > #preview_retouch_ai {
        border: none;
    }

    #grid-2-5-2 > #preview_retouch_ai > #grid-2-5-3 {
        border: 1px solid #bfbfbf;
    }

    #grid-2-5-2 > #preview_partial_modification + #preview_retouch_ai > #grid-2-5-3 {
        border-top: none;
    }

    #grid-2-5-2 {
        grid-template-columns: 1fr;
        row-gap: 0;
    }
    .camera-icon-svg.sp-only {
        display: none;
    }
    /* preview_3d_detection: item-name-area を positioned にし right:0 = grid-element padding:10px = 視覚右端から10px */
    #preview_3d_detection .item-name-area {
        position: relative;
    }
    #preview_3d_detection .item-name-area .camera-icon-svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 0;
    }
    /* preview_camera_signature / preview_sensor_based_depth_map / preview_original_image:
       padding-right:32px でラベル・tooltipがアイコン(幅28px)と重ならないよう余白を確保 */
    #preview_camera_signature .item-name-area,
    #preview_sensor_based_depth_map .item-name-area,
    #preview_original_image .item-name-area {
        position: relative;
        padding-right: 32px;
    }
    #preview_camera_signature .item-name-area .camera-icon-svg,
    #preview_sensor_based_depth_map .item-name-area .camera-icon-svg,
    #preview_original_image .item-name-area .camera-icon-svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 0;
    }
    /* Summary item */
    #grid-2-6 {grid-area: grid-2-6;}

    /* Item Display Options */
    #grid-3 {
        grid-template-columns: 1fr 1fr;
    }

    /* 2番目 (表示されているのだけ) */
    #grid-3 > div:nth-child(2 of div:not(:is([style*="display:none"],[style*="display: none"]))) {
        border-left: none;
    }
    /* 3番目以降の奇数 (表示されているのだけ) */
    #grid-3 > div:nth-child(2n+3 of div:not(:is([style*="display:none"],[style*="display: none"]))) {
        border-top: none;
    }
    /* 4番目以降の偶数 (表示されているのだけ) */
    #grid-3 > div:nth-child(2n+4 of div:not(:is([style*="display:none"],[style*="display: none"]))) {
        border-left: none;
        border-top: none;
    }
    
    /* footer */
    #grid-4 {
        grid-template-columns: 1fr;
    }
    
    .tooltip-retouch-ai {
        padding-right: 5px;
    }
}

#grid-2-4 > *:nth-child(odd) {
    border-bottom: none;
}

.report .right-element {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
    padding-bottom: 2px;
}

.report .left-element {
    display: flex;
    text-align: left;
}

.report .border-element {
    display: flex;
    align-items: center;
    background-color: white;
    border: 0.1px solid #bfbfbf;
    position: relative;
    padding: 10px 20px;
}

.report .border-element.no-value {
    padding: 10px;
}

.report .border-element.detail {
    padding: 5px 10px;
}


.report .border-element .item-name {
    width: 100%;
}

.report .item-name-area {
    display: flex;
    align-items: center;
    padding: 5px 5px 15px 5px;
}

.report .item-name {
    color: rgb(113, 103, 81);
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.report .center-text {
    display: flex;
    text-align: center;
    justify-content: center;
    word-break: break-all;
}

.report .bold-title {
    font-weight: bold;
}

.report .center-text.item-with-camera-icon {
    margin: 0 0 0 15px;
    width: 100%;
}

.report .item-value {
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
}

.report .retouch .item-value .retouch-nested-child {
    display: block;
    margin-left: 16px !important;
}

.report .title {
    padding: 24px 0 4px;
}

.report .header {
    word-wrap: break-word;
}

.report .item-with-tooltip {
    display: flex;
}

.report .logo-image[src=""] {
    display: none;
}

.report .logo-image {
    max-width: 100%;
    height: auto;
}

.report .image {
    min-height: 100px;
    min-width: 200px;
    padding: 8px;
    border: 0.1px solid #bfbfbf;
    background-color: white;
}

.report .image-title {
    background-color: rgb(113, 103, 81);
    color: white;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    font-weight: bold; 
}

.report .image-text {
    font-size: 20px;
    padding: 5px;
    text-align: center;
    color: rgb(113, 103, 81);
    font-weight: bold;
}

.report .depth-map-area-3d {
    position: relative;
    width: 100%;
    height: 100%;
}

.report .depth-map-area-3d .image-area {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.report .image-error-area {
    display: none;
    width: 100%;
    height: 100%;
    max-width: none;
}

.report .scale-area {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0; /*Near Farラベルを下端に揃える */
}

.report .scale-bar {
    height: 100%;
    width: 100% !important; /* 縦画像でも横画像でも表示エリアの幅に合わせる */
}

.report .image-detai-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    background-color: lightgray;
    padding: 0px;
    position: relative;
}

.report .retouched-image-detai-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    background-color: lightgray;
    margin: 0 auto 0 auto;
    padding: 0px;
}

.report .retouched-image-label {
    display: flex;
    justify-content: center;
    column-gap: 5px;
    width: 180px;
    padding: 5px 0 8px 0;
    margin: 0 auto 0 auto;
}
.report .retouched-image-high,
.report .retouched-image-low {
    flex: 32;
    width: 32px;
    font-size: 12px;
}
.report .retouched-image-high-sample,
.report .retouched-image-low-sample {
    flex: 25;
}

.report .retouched-image-high-sample,
.report .retouched-image-low-sample {
    margin: 2px 0px;
    width: 20px;
    height: 10px;
}
.report .retouched-image-high-sample {
    background-color: RGB(255, 0, 0);
}
.report .retouched-image-low-sample {
    background-color: RGB(255, 189, 0);
}

.report .retouch,
.report .retouch > * {
    display: grid;
    background-color: white;    
}

#value_retouch {
    grid-template-columns: 32% 68%;
    word-break: break-all;
}

/* value_retouch の各セルは外枠を持たず、内部の格子線のみにして grid-2-5-1 と一体化 */
#value_retouch > * {
    border: none;
    border-top: 1px solid #bfbfbf;
}
#value_retouch > *:nth-child(1),
#value_retouch > *:nth-child(2) {
    border-top: none;
}
#value_retouch > *:nth-child(even) {
    border-left: 1px solid #bfbfbf;
}

.report .retouched-main-image-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 376px;
    height: 376px;
    background-color: lightgray;
    margin: 0 auto;
}

.sensor-based-image-area {
    display: grid;
    width: max-content;
}

.report .retouched-main-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.report .original-image {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.report .retouched-image {
    margin: auto;
    max-width: 180px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.report .gray-image {
    filter: grayscale(100%);
}

.report .scale-text {
    font-size: 12px;
    position: relative;
    color: white;
    font-weight: bold;
    padding-left: 2px;
}

.report .far {
    float: right;
    padding-right: 2px;
}

.report .canvas {
    position: absolute;
    max-width: 257px;
    max-height: 257px;
}

.report .canvas-error {
    height: 100%;
    width: 100%;
    background-color: black;
}

.report .camera-icon {
    color: rgb(113, 103, 81);
    img {
        height: 18px;
    }
}

.report #camera_icon_text {
    padding-left: 4px;
}

.report div.camera-icon-svg {
    width: 28px;
}

.report .result-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    flex-direction: column;
    padding: 6px;
}

.report .result-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    pointer-events: none;
}

.report .summary-text {
    word-break: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: -webkit-line-clamp 0.2s;
    padding-left: 5px;
    padding-right: 5px;
}

.report .summary-text.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
    overflow: visible;
}

.report .summary-toggle-btn {
    cursor: pointer;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: #D6D6D6;
    transform: rotate(-45deg);
    margin: 5px auto 8px auto;
}

.report .info-circle {
    width: 16px;
    top: 3px;
    left: 3px;
}

.report .small-text-description {
    color: #6f6f6f;
    font-size: 12px;
}

.report .tooltip-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 5px;
    background: lightgray;
    border-radius: 5px;
    white-space: pre-line;
    top: 25px;
    font-size: 14px;
    z-index: 1000;
    width: 200px;
    text-align: left;
    font-weight: normal;
}

.report .tooltip {
    position: relative;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    display: flex;
    justify-content: normal;
}

.report .tooltip-camera-signature:hover .tooltip-text-camera-signature,
.report .tooltip-camera-signature.show-tooltip .tooltip-text-camera-signature {
    opacity: 1;
    visibility: visible;
}

.report .tooltip-3d-detection:hover .tooltip-text-3d-detection,
.report .tooltip-3d-detection.show-tooltip .tooltip-text-3d-detection {
    opacity: 1;
    visibility: visible;
}

.report .tooltip-original-image:hover .tooltip-text-original-image,
.report .tooltip-original-image.show-tooltip .tooltip-text-original-image {
    opacity: 1;
    visibility: visible;
}

.report .tooltip-partial-modification:hover .tooltip-text-partial-modification,
.report .tooltip-partial-modification.show-tooltip .tooltip-text-partial-modification {
    opacity: 1;
    visibility: visible;
}

.report .tooltip-capture-server-time:hover .tooltip-text-capture-server-time,
.report .tooltip-capture-server-time.show-tooltip .tooltip-text-capture-server-time {
    opacity: 1;
    visibility: visible;
}

.report .tooltip-sensor-based-depth-map:hover .tooltip-text-sensor-based-depth-map,
.report .tooltip-sensor-based-depth-map.show-tooltip .tooltip-text-sensor-based-depth-map {
    opacity: 1;
    visibility: visible;
}

.report .tooltip-retouch-ai:hover .tooltip-text-retouch-ai,
.report .tooltip-retouch-ai.show-tooltip .tooltip-text-retouch-ai {
    opacity: 1;
    visibility: visible;
}

.report .tooltip-retouch:hover .tooltip-text-retouch,
.report .tooltip-retouch.show-tooltip .tooltip-text-retouch {
    opacity: 1;
    visibility: visible;
}

.report .tooltip-capture-date-time-in-exif:hover .tooltip-text-capture-date-time-in-exif,
.report .tooltip-capture-date-time-in-exif.show-tooltip .tooltip-text-capture-date-time-in-exif {
    opacity: 1;
    visibility: visible;
}

.report .tooltip-c2pa-provenance:hover .tooltip-text-c2pa-provenance,
.report .tooltip-c2pa-provenance.show-tooltip .tooltip-text-c2pa-provenance {
    opacity: 1;
    visibility: visible;
}

.report .logo-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
}

.report .menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}

.report .menu-area {
    color: #6f6f6f;
}

.report .language {
    display: none;
    position: absolute;
    right: 25px;
    top: 45px;
    background-color: rgb(227, 227, 227);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.report .language button {
    /* display: block; */
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
}

.report .language button:hover {
    background-color: #c5c5c5;
}

.overlayTemplate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.language-select {
    font-size: 12px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #6f6f6f;
}

.language-select option {
    color: black;
}

[for="language-select"] {
    font-size: 12px;
}

.report .tooltip-location:hover .tooltip-text-location,
.report .tooltip-location.show-tooltip .tooltip-text-location {
    opacity: 1;
    visibility: visible;
}
.cookie-policy-link-area {
    margin-top: 5px;
    color: #6f6f6f;
    font-size: 12px;
    justify-content: flex-end;
}
.cookie-policy-link {
    color: #6f6f6f;
}
.issued-by-area {
    margin-top: 5px;
    overflow-wrap: break-word;
    word-break: break-all;
    justify-content: flex-start;
}
.issued-by {
    min-width: max-content;
    color: rgb(113, 103, 81);
    display: inline-block;
    font-size: 12px;
}
.company-name {
    margin-left: 5px;
    color: rgb(113, 103, 81);
    font-size: 12px;
}

#link_location {
    white-space: nowrap;
}