body,
html {
    overflow: hidden;
}

#ui-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

iframe {
    overflow: auto;
}

.external-site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 4;
}

.external-site-box {
    position: relative;
    overflow: hidden;
    width: 350px;
    height: 800px;
    background-color: #f5f5f5;
}

.external-site-close-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 10;
    background-color: #d9d9d9;
    padding: 4px;
}

.external-site-close-btn .v-icon {
    font-size: 18px;
}

.button-container {
    position: relative;
}

.menu-btn-container {
    position: fixed;
    top: 20px;
    right: -16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rounded-btn {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px;
    width: 84px !important;
    height: 48px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(30, 30, 30, 0.9);
    color: white;
}

.btn-icon {
    font-size: 28px;
    position: relative;
    right: 8px;
}

.btn-image {
    width: 28px;
    height: 28px;
    object-fit: contain;
    position: relative;
    right: 8px;
}

.alert-icon {
    position: absolute;
    top: -6px;
    left: -6px;
    font-size: 16px;
    color: red;
    cursor: pointer;
}

.ui-page-move {
    z-index: 3;
    position: absolute;
}

.ui-element {
    pointer-events: auto;
}

.fab {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 4;
}

.drawer-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
}

#threejs-scene {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.illustrated-book-title {
    padding-top: 24px;
}

.illustrated-book-box {
    position: relative;
    overflow: hidden;
}

.image-adjust {
    transform: translateY(-5px);
}

.illustrated-book-description {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.fill-height {
    height: 100%;
    padding-bottom: 5%;
}

.overlay-progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    padding-left: 16px;
    padding-right: 16px;
}

/**
 * メニュー関連.
 */

.menu-drawer {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 640px !important;
    background-color: rgba(30, 30, 30, 0.9);
    position: fixed;
    top: 20px !important;
    right: 0;
    transition: none !important;
    z-index: 2;
}

.menu-drawerVR {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 580px !important;
    background-color: rgba(30, 30, 30, 0.9);
    position: fixed;
    top: 20px !important;
    right: 0;
    transition: none !important;
}


.menu-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px;
    z-index: 2;
}

.menu-inner-container {
    display: flex;
    align-items: flex-start;
    margin-right: 20px;
    margin-top: 28px;
}

.menu-btn-image {
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: relative;
    right: 8px;
}

.menu-btn-rounded {
    border-radius: 20px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: 2px solid white;
    cursor: pointer;
    left: 8px;
    text-transform: none;
    line-height: 0.5;
    font-size: 18px;
    font-weight: bold;
}

.menu-btn-rounded {
    border-radius: 20px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: 2px solid white;
    cursor: pointer;
    left: 8px;
    text-transform: none;
    line-height: 0.5;
    font-size: 18px;
    font-weight: bold;
}

.menu-btn-rounded[disabled] {
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: white;
}

.menu-btn-rounded-big {
    width: 255px !important;
    height: 100px !important;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: 2px solid white;
    cursor: pointer;
    left: 8px;
    text-transform: none;
    line-height: 0.5;
    font-size: 18px;
    font-weight: bold;
}

.menu-btn-rounded-big-img {
    width: 100%;
    height: auto;
}

.menu-btn-rounded:hover {
    background-color: rgba(0.2, 0.2, 0.2, 0.5);
}

.menu-potal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.menu-potal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-items: center;
    align-items: center;
    padding: 8px;
    margin-top: 16px;
}

.menu-potal-gridVR {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-items: center;
    align-items: center;
    padding: 8px;
    margin-top: -5px;
}


.menu-potal-grid-item {
    width: 120px;
    height: 120px !important;
}

.menu-potal-grid-item-button {
    width: 120px;
    height: 120px !important;
    border-radius: 18px;
    border: none;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    background-color: #f0f0f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
    border: 2px solid white;
}

.menu-potal-grid-item-button.disabled {
    cursor: not-allowed;
    background-color: #ccc;
    opacity: 0.5;
}

.menu-potal-grid-item-button-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
}

.menu-potal-grid-item-button-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    flex-grow: 1;
}

.menu-potal-grid-item-text-overlay {
    width: 100%;
    min-height: 42px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 2px 0;
    font-size: 12px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**
 * About関連.
 */

.about-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* 上端揃え */
    height: 100vh;
}

.about-dialog {
    width: 90%;
    max-width: 860px;
    background-color: rgba(30, 30, 30, 0.9);
    color: white;
    border-radius: 15px !important;
    padding: 30px;
    overflow: hidden;
}

.about-content {

    display: flex;
    flex-direction: column;
    /* デフォルトは縦並び */
    /* gap: 20px; */
}

.about-image {
    flex-direction: column;
    /* デフォルトは縦並び */
    gap: 20px;
}

.about-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 15px;
}

.about-image-r {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 10px;
}

.about-text {
    flex: 1;
    font-size: 18px;
}

.about-texts {
    flex: 1;
    font-size: 12px;
}

.about-title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}



/**
 * パーツ発見関連.
 */

.get-parts-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.get-parts-dialog {
    background-color: rgba(30, 30, 30, 0.9);
    color: white;
    border-radius: 15px !important;
    padding: 8px;
    overflow: hidden;
}

.get-parts-dialog-container {
    padding: 8px;
    overflow: hidden;
}

.get-parts-dialog-card {
    background-color: rgba(30, 30, 30, 0.9);
    color: white;
    border-radius: 15px;
    padding: 8px;
    overflow: hidden;
}

.get-parts-dialog-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    position: relative;
}

.get-parts-dialog-content {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.get-parts-dialog-header-icon {
    width: 28px;
    height: 28px;
    color: white;
}

.get-parts-dialog-header-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    width: 100%;
    text-align: center;
}

.get-parts-dialog-header-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    color: white;
    cursor: pointer;
}

.get-parts-dialog-part-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
    text-align: center;
    color: white;
}

.get-parts-dialog-images {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.get-parts-dialog-image-wrapper {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
    background-color: #f0f0f0;
}

.get-parts-dialog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.get-parts-dialog-description {
    margin-top: 16px;
    font-size: 14px;
    color: white;
    line-height: 1.4;
}

/**
 * ロボット図鑑関連.
 */

.picturebook-drawer {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 640px !important;
    background-color: rgba(30, 30, 30, 0.9);
    position: fixed;
    top: 20px !important;
    right: 0;
    transition: none !important;
    z-index: 2;
}

.picturebook-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px;
}

.picturebook-title {
    display: flex;
    align-items: flex-start;
}

.picturebook-title-icon {
    width: 28px;
    height: 28px;
}

.picturebook-title-text {
    color: white;
}

.picturebook-inner-container {
    display: flex;
    align-items: flex-start;
    margin-right: 20px;
    margin-top: 28px;
}

.picturebook-card {
    margin-top: 0px;
    display: flex;
    align-items: center;
}

.picturebook-card-image-container {
    margin-right: 16px;
}

.picturebook-card-image {
    width: 160px;
    height: 160px;
    border-radius: 15px;
    background-color: white;
}

.picturebook-card-description-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 210px;
    height: 180px;
    overflow-y: auto;
    white-space: nowrap;
}

.picturebook-card-name {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin: 0;
    word-wrap: break-word;
    white-space: normal;
}

.picturebook-card-description {
    font-size: 12px;
    color: white;
    margin: 0;
    margin-top: 4px;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.4;
}

.picturebook-progress-container {
    width: 380px;
    height: 36px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picturebook-progress-info {
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px !important;
    justify-content: space-between;
    border-bottom: 2px solid transparent;
}

.picturebook-progress-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 80%;
}

.picturebook-progress-icon {
    width: 6px !important;
    color: white;
    font-size: 24px;
    margin-top: 12px;
}

.picturebook-progress-icon-empty {
    width: 100%;
    height: 26px !important;
    margin-top: 12px;
}

.picturebook-progress-count {
    font-size: 20px;
    font-weight: bold;
}

.picturebook-progress-count-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    position: relative;
    bottom: -10px;
}

.picturebook-progress-count {
    font-size: 28px;
    font-weight: bold;
}

.picturebook-progress-count-sub {
    font-size: 18px;
    margin-bottom: -6px;
}

.picturebook-progress-underlined {
    border-bottom: 2px solid white;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
}

.picturebook-scrollable-grid {
    width: 100%;
    max-height: 300px;
    margin-top: 16px;
    overflow-y: auto;
    padding-right: 8px;
}

.picturebook-selectable-card {
    position: relative;
    cursor: pointer;
    background: linear-gradient(to left, #AEC4FC, #A6A7FF);
    border: 1px solid white;
    border-radius: 15px;
}

.picturebook-selectable-card-image {
    height: 64px;
    width: 64px;
}

.picturebook-selectable-card-no-image {
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picturebook-selectable-card-question {
    color: white;
}

.picturebook-selectable-card-checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 図鑑スクロールバー */
.picturebook-scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.picturebook-scrollbar::-webkit-scrollbar-track {
    background-color: #585858;
    border-radius: 5px;
}

.picturebook-scrollbar::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
    border-radius: 5px;
}

/**
 * パーツ図鑑.
 */

.partsbook-drawer {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 640px !important;
    background-color: rgba(30, 30, 30, 0.9);
    position: fixed;
    top: 20px !important;
    right: 0;
    transition: none !important;
    z-index: 2;
}

.partsbook-card-image-container {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.partsbook-card-image-container {
    margin-right: 16px;
}

.partsbook-card-image {
    width: 160px;
    height: 160px;
    border-radius: 15px;
    background-color: linear-gradient(to left, #AEC4FC, #A6A7FF);
}

.partsbook-card-image-question {
    width: 160px;
    height: 160px;
    border-radius: 15px;
    background: linear-gradient(to left, #AEC4FC, #A6A7FF);
    display: flex;
    justify-content: center;
    align-items: center;
}

.partsbook-card-image-question-wrpper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.partsbook-card-image-question-icon {
    font-size: 48px;
    color: white;
}

.partsbook-card-description-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 210px;
    height: 180px;
    overflow: hidden;
    white-space: nowrap;
}

.partsbook-card-name {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin: 0;
    margin-top: 16px;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}

.partsbook-card-description {
    font-size: 14px;
    color: white;
    margin: 0;
    margin-top: 8px;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.4;
}

.partsbook-list-icon-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 86px) !important;
    gap: 8px !important;
    padding: 8px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 16px;
}

.partsbook-list-selectable-card {
    position: relative;
    cursor: pointer;
    background: linear-gradient(to left, #AEC4FC, #A6A7FF);
    border: 1px solid white;
    border-radius: 20%;
    width: 100%;
    height: 100%;
}

.partsbook-list-icon-wrapper {
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20%;
}

.partsbook-list-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    pointer-events: auto;
}

.partsbook-list-question-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.partsbook-list-question {
    font-size: 48px;
    color: white;
}

.partsbook-list-selectable-card-checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**
 * パーツView.
 */

.parts-view-container {
    position: fixed;
    bottom: 64px;
    right: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    color: white;
    z-index: 1;
}

.parts-view-instruction {
    justify-content: start;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: -16px;
    padding-left: 8px;
    width: 100%;
    text-shadow: rgba(30, 30, 30, 0.9);
}

.parts-view-icon-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 72px) !important;
    gap: 8px !important;
    padding: 8px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    background: rgba(30, 30, 30, 0.9);
}

.parts-view-icon-wrapper {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20%;
    background: linear-gradient(to left, #AEC4FC, #A6A7FF);
}

.parts-view-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    pointer-events: auto;
}

.parts-view-question {
    font-size: 32px;
    color: white;
}

.return-view-button-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-right: -18px;
    margin-bottom: 32px;
    z-index: 1;
}

.return-view-button-button {
    background: rgba(30, 30, 30, 0.9);
    color: white;
    text-transform: none;
    border: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: background 0.3s;
}

.parts-dialog-container {
    padding: 8px;
    overflow: hidden;
}

.parts-dialog {
    background-color: rgba(30, 30, 30, 0.9);
    color: white;
    border-radius: 15px !important;
    padding: 8px;
    overflow: hidden;
}

.parts-dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parts-dialog-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.parts-dialog-header-icon {
    width: 28px;
    height: 28px;
    color: white;
}

.parts-dialog-header-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.parts-dialog-header-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    color: white;
    cursor: pointer;
}

.parts-dialog-part-name {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.parts-dialog-images {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    justify-content: center;
    align-items: center;
}

.parts-dialog-image-wrapper {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
    background-color: #f0f0f0;
}

.parts-dialog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.parts-dialog-description {
    margin-top: 16px;
    font-size: 14px;
    color: white;
    line-height: 1.4;
}

/**
 * ポスター.
 */

.poster-modal-card {
    position: relative;
    overflow: hidden;
    width: 376px;
    height: 528px;
}

.poster-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poster-close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    color: white;
    font-size: 24px;
    background-color: rgba(30, 30, 30, 0.9);
}

/**
 * 共通.
 */

.drawer-close-wrapper {
    position: absolute;
    top: 12px;
    right: 12px;
}

.drawer-btn-close {
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    width: 28px;
    height: 28px;
    margin-top: 8px;
}

.drawer-title-icon {
    width: 24px;
    height: 24px;
    margin-left: 16px;
}

.drawer-title {
    font-weight: bold;
    font-size: 18px;
    color: white;
}

.v-toolbar {
    justify-content: space-between;
}

.custom-toolbar {
    background: transparent !important;
}

.toolbar-bottom-border {
    border-bottom: 1px solid white;
    width: 92%;
    height: 4px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12px;
}

.transparent-overlay {
    background: transparent !important;
    border-radius: 0 !important;
}

.footer-message {
    position: fixed;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(93, 100, 102, 0.9);
    font-size: 10px;
    text-align: center;
    width: 100% !important;
    max-width: 90%;
    white-space: normal;
    word-break: break-word;
    padding: 4px 10px;
    z-index: 0;
    line-height: 1.5;
}

.logo-image {
    position: fixed;
    top: 3px;
    width: 150px;
    padding: 45px 50px;
    z-index: 0;
}
.logo-image img {
    width: 300px;
    height: auto;
}




@media (min-width: 860px) {
    .about-content {
        flex-direction: row;
        /* 横並びに変更 */
        /* align-items: center; */
        align-items: flex-start;
        /* 上端揃え */
    }

    .about-image {
        max-width: 50%;
        /* 左側の画像幅を調整 */
    }

    .about-image-r {
        width: 100%;
        padding: 20px;
    }

    .about-text {
        padding-left: 0px;
    }

    .parts-view-container {
        bottom: 16px;
        right: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 16px;
        color: white;
    }


}


@media (max-width: 860px) {
    .external-site-area {
        width: 100% !important;
    }

    .external-site-box {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 400px!important;
    }

    .external-site-overlay {
        top: 50%;
    }

    .external-site-close-btn {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 10;
        background-color: #d9d9d9;
        padding: 4px;
    }

    .return-view-button-container {
        margin-bottom: 0px;
    }

    .return-view-button-button {
        font-size: 12px;
    }

    .get-parts-dialog-header-title {
        font-size: 20px;
        font-weight: bold;
        color: white;
        width: 100%;
        text-align: center;
    }

    .poster-modal-card {
        position: relative;
        overflow: hidden;
        width: 300px;
        height: 100%;
    }

    .picturebook-progress-info {
        width: 95%;
    }

    .parts-dialog-image-wrapper {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .picturebook-drawer {
        width: 350px!important;
    }
    .picturebook-card-name{
        font-size: 16px;
    }
    .picturebook-card-description{
        font-size: 11px;
    }
    .picturebook-progress-container{
        width: 100%;
    }
    .picturebook-progress-icons{
        width: 78%;
    }
    .partsbook-drawer {
        width: 350px!important;
    }
    
    .partsbook-list-icon-grid{
        width: 80%;
        gap: 12px!important;
        grid-template-columns:repeat(4, 64px) !important;
        left: 50%;
        transform: translateX(-50%);
    }
    .partsbook-card-image-question {
        width: 130px;
        height: 130px;
    }
    .partsbook-card-image {
        width: 130px;
        height: 130px;
    }
    .partsbook-list-icon-wrapper {
        width: 64px;
        height: 64px;
    }
    .partsbook-card-image-container{
        margin-right: 0px;
    }

    .logo-image {
        position: fixed;
        top: 3px;
        width: 150px;
        padding: 25px 25px;
        z-index: 0;
    }
    .logo-image img {
        width: 150px;
        height: auto;
    }
}

@media (orientation: landscape) and (max-height: 450px) {
    .return-view-button-container {
        margin-bottom: -5px;
    }

    .external-site-overlay {
        top: 10%;
    }
    .external-site-box {
        width: 275px!important;
        height: 375px!important;

    }

    .external-site-area {
        width: 100% !important;
    }

    .parts-view-container{
        bottom: 32px;
    }

    .menu-drawer{
        overflow-y: auto;
        height: calc(100% - 25px)!important;
    }
    .picturebook-drawer{
        overflow-y: auto;
        height: calc(100% - 25px)!important;
    }
    .partsbook-drawer{
        overflow-y: auto;
        height: calc(100% - 25px)!important;
    }
    .partsbook-card-container{
        height: calc(100% - 50px)!important;
    }
    .partsbook-list-icon-grid{
        position: relative;
        margin-top: 15px;
    }
    .partsbook-bottom{
        height: calc(100% - 10px)!important;
    }
    .get-parts-dialog{
        width: 400px;
        margin: 0 auto;
    }
    .get-parts-dialog-image-wrapper{
        width: 150px;
        height: 150px;
    }
    .get-parts-dialog-part-name{
        font-size: 18px;   
    }
    .get-parts-dialog-description{
        font-size: 12px;   
    }
    
    .parts-dialog-images{
        gap: 32px;
    }
    .parts-dialog-image-wrapper{
        width: 180px;
        height: 180px;
    }
    
    .parts-dialog-part-name{
        font-size: 18px;   
    }
    .parts-dialog-description{
        font-size: 13px;   
    }

    .logo-image {
        position: fixed;
        top: 3px;
        width: 150px;
        padding: 25px 25px;
        z-index: 0;
    }
    .logo-image img {
        width: 150px;
        height: auto;
    }



}