.custom-profile-content {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 9rem;
}

/* -------------------------------------------------- */
/* プロフィール画像関連 */

.custom-profile-hero {
    width: 100%;
    margin-bottom: 2.5rem;
}

.custom-profile-hero-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 1.75rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
}

.custom-profile-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-profile-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.00) 0%,
        rgba(0, 0, 0, 0.04) 40%,
        rgba(0, 0, 0, 0.32) 100%
    );
}

.custom-profile-blocked-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.48);
    color: #FFFFFF;
    font-size: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.custom-profile-hero-image-wrap.is-user-blocked .custom-profile-blocked-overlay {
    opacity: 1;
    visibility: visible;
}

.custom-profile-hero-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding-inline: 1.25rem;
    padding-bottom: 2.5rem;
}

.custom-profile-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 0.625rem;
}

.custom-profile-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.8rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #FFFFFF;
    font-size: 0.875rem;
}

.custom-profile-hero-name {
    color: #FFFFFF;
    font-size: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.custom-profile-cast-slider {
    width: 100%;
}

.custom-profile-cast-indicators {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: 0.625rem;
    z-index: 6;
    display: flex;
    gap: 0.25rem;

    padding: 0.35rem 0.4rem;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.35);
}

.custom-profile-cast-indicator {
    flex: 1;
    height: 0.2rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.35);
    overflow: hidden;
}

.custom-profile-cast-indicator.is-active {
    background: rgba(255, 255, 255, 0.95);
}

.custom-profile-cast-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 5;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.custom-profile-cast-nav-prev {
    left: 0;
}

.custom-profile-cast-nav-next {
    right: 0;
}

.custom-profile-share-button {
    position: absolute;
    top: 3rem;
    right: 1rem;
    z-index: 7;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-profile-share-button img {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

/* -------------------------------------------------- */
/* セクションブロック */

.custom-profile-section {
    background: #ffffff;
    margin-bottom: 2.5rem;
    border: 1px solid #e6e7ef;
    border-radius: 1.25rem;
    padding: 1rem;
    box-shadow: 0 14px 36px rgba(18, 18, 23, 0.09);
}

.custom-profile-section-title {
    font-size: 1rem;
    color: #535353;
    margin-bottom: 0.625rem;
}

.custom-profile-section-body {
    width: 100%;
}

/* -------------------------------------------------- */
/* 自己紹介 */

.custom-profile-intro-text {
    font-size: 0.875rem;
    color: #535353;
    word-break: break-word;
}

/* 空の場合 */
.custom-profile-empty-text {
    color: #AAAAAC;
    font-size: 0.875rem;
}

/* -------------------------------------------------- */
/* 基本情報 */

.custom-profile-basic-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.custom-profile-basic-item {
    background: #FFFFFF;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 1.1rem;
    padding: 0.8rem 0.3rem;
    min-width: 0;
}

.custom-profile-basic-item-store {
    background: #FFFFFF;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 1.1rem;
    padding: 1rem;
    min-width: 0;    
    grid-column: 1 / -1;
}

.custom-profile-basic-label {
    font-size: 0.875rem;
    color: #8B8B95;
    text-align: left;
}

.custom-profile-basic-value {
    font-size: 0.875rem;
    color: #535353;
    word-break: break-word;
    text-align: center;
    min-width: 0;
}

.custom-profile-store-link {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.custom-profile-store-image {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 9999px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.custom-profile-store-texts {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.custom-profile-store-concept {
    display: block;
    min-width: 0;
    font-size: 0.875rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-profile-store-name {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.custom-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-top: 1.25rem;
}

.custom-profile-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    color: #535353;
    background: #fff;
    border: 1px solid #535353;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    white-space: nowrap;
}

/* -------------------------------------------------- */
/* 質問 */

.custom-profile-question-list {
    display: flex;
    flex-direction: column;
}

.custom-profile-question-item {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: solid 1px #E9528E;
}

.custom-profile-question-title {
    font-size: 1rem;
    color: #E9528E;
    margin-bottom: 0.625rem;
}

.custom-profile-question-value {
    font-size: 0.875rem;
    color: #535353;
    word-break: break-word;
}

/* -------------------------------------------------- */
/* Xアカウント */

.custom-profile-x-profile {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 6px 16px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #000000;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
}

.custom-profile-x-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #AAAAAC;
}

.custom-profile-x-name {
    font-size: 0.875rem;
    color: #535353;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-profile-x-feed {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    margin-top: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}

.custom-profile-x-post {
    flex: 0 0 20rem;
    width: 20rem;
    border: 1px solid #EFF3F4;
    border-radius: 1rem;
    padding: 1rem;
    background: #fff;
    box-sizing: border-box;
}

.custom-profile-x-post:first-child {
    padding-top: 1rem;
}

.custom-profile-x-post:last-child {
    border-bottom: 1px solid #EFF3F4;
    padding-bottom: 1rem;
}

.custom-profile-x-feed::-webkit-scrollbar {
    height: 0.5rem;
}

.custom-profile-x-feed::-webkit-scrollbar-track {
    background: #eff1f6;
    border-radius: 999px;
}

.custom-profile-x-feed::-webkit-scrollbar-thumb {
    background: #d3d7e0;
    border-radius: 999px;
}

.custom-profile-x-post-inner {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
}

.custom-profile-x-post-avatar-wrap {
    flex: 0 0 3rem;
    width: 3rem;
}

.custom-profile-x-post-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    object-fit: cover;
    display: block;
    background: #E5E7EB;
}

.custom-profile-x-post-main {
    flex: 1;
    min-width: 0;
}

.custom-profile-x-post-header {
    width: 100%;
}

.custom-profile-x-post-author-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.375rem;
    min-width: 0;
}

.custom-profile-x-post-name {
    color: #535353;
    font-size: 1rem;
}

.custom-profile-x-post-handle,
.custom-profile-x-post-dot,
.custom-profile-x-post-time {
    color: #AAAAAC;
    font-size: 0.875rem;
}

.custom-profile-x-post-time {
    text-decoration: none;
}

.custom-profile-x-post-text {
    margin-top: 0.625rem;
    color: #535353;
    font-size: 0.875rem;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.custom-profile-x-media-grid {
    margin-top: 0.625rem;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-1 {
    display: block;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-1 .custom-profile-x-media-item {
    display: block;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-1 .custom-profile-x-media-image {
    display: block;
    border-radius: 1rem;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 0;
    max-height: none;
    min-height: 0;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-2,
.custom-profile-x-media-grid.custom-profile-x-media-count-3,
.custom-profile-x-media-grid.custom-profile-x-media-count-4 {
    display: grid;
    gap: 0.125rem;
    border-radius: 1rem;
    overflow: hidden;
    background: #EFF3F4;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-2 {
    grid-template-columns: 1fr 1fr;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-3 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-2 .custom-profile-x-media-item,
.custom-profile-x-media-grid.custom-profile-x-media-count-3 .custom-profile-x-media-item,
.custom-profile-x-media-grid.custom-profile-x-media-count-4 .custom-profile-x-media-item {
    position: relative;
    background: #EFF3F4;
    min-height: 0;
    overflow: hidden;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-2 .custom-profile-x-media-image,
.custom-profile-x-media-grid.custom-profile-x-media-count-3 .custom-profile-x-media-image,
.custom-profile-x-media-grid.custom-profile-x-media-count-4 .custom-profile-x-media-image {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 0;
    max-height: none;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-2 .custom-profile-x-media-item {
    aspect-ratio: 1 / 1;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-4 .custom-profile-x-media-item {
    aspect-ratio: 1 / 1;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-3 .custom-profile-x-media-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1;
    aspect-ratio: 1 / 2;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-3 .custom-profile-x-media-item:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
    aspect-ratio: 1 / 1;
}

.custom-profile-x-media-grid.custom-profile-x-media-count-3 .custom-profile-x-media-item:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
    aspect-ratio: 1 / 1;
}

/* -------------------------------------------------- */
/* TikTokアカウント */

.custom-profile-tiktok-profile {
    border: 1px solid transparent;
    border-radius: 10px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg, #69C9D0, #EE1D52) border-box;

    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 6px 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
}

.custom-profile-tiktok-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #AAAAAC;
}

.custom-profile-tiktok-name {
    font-size: 0.875rem;
    color: #535353;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-profile-block-button {
    position: relative;
    text-align: center;
    background-color: #fff;
    border: none;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #D32F2F;
    width: 280px; 
    height: 45px;
    box-sizing: border-box;
    border: solid 1px #D32F2F;
}

.custom-profile-tiktok-video-slider {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-top: 1.25rem;
}

.custom-profile-tiktok-video-track {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: max-content;
}

.custom-profile-tiktok-video-card {
    width: 10.5rem;
    flex: 0 0 auto;
}

.custom-profile-tiktok-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 1rem;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 30px rgba(18, 18, 23, 0.06);
}

.custom-profile-tiktok-video-thumbnail {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #000;
}

.custom-profile-tiktok-video-slider::-webkit-scrollbar {
    height: 0.5rem;
}

.custom-profile-tiktok-video-slider::-webkit-scrollbar-track {
    background: #eff1f6;
    border-radius: 999px;
}

.custom-profile-tiktok-video-slider::-webkit-scrollbar-thumb {
    background: #d3d7e0;
    border-radius: 999px;
}

/* -------------------------------------------------- */
/* ブロックボタン */

.custom-profile-block-button.is-blocked {
    background: #D32F2F;
    color: #fff;
}

.custom-profile-block-button:disabled {
    opacity: 0.6;
    cursor: default;
}

/* -------------------------------------------------- */
/* コンバージョンコンテンツ */

.custom-profile-conversion-buttons {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 2.5rem;
}

.custom-profile-matching-button {
    position: relative;
    text-align: center;
    background-color: #fff;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #7D40A0;
    width: 100%; 
    height: 45px;
    box-sizing: border-box;
    border: solid 1px #7D40A0;
}

.custom-profile-matching-button::after {
    content: 'トークができる!';
    position: absolute;
    top: -13px;
    right: 50%;
    transform: translateX(50%);
    background: #fff;
    color: #7D40A0;
    border: solid 1px #7D40A0;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 10px;
    white-space: pre;
}

.custom-profile-unmatching-button {
    position: relative;
    text-align: center;
    background-color: #AAAAAC;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #fff;
    width: 100%; 
    height: 45px;
    box-sizing: border-box;
    border: none;
}

.custom-profile-matching-popup {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 14px);
    transform: translateX(-50%) translateY(8px) scale(0.9);
    opacity: 0;
    pointer-events: none;
    z-index: 20;
    white-space: nowrap;
    padding: 10px 16px;
    border-radius: 999px;
    background: #E9528E;
    color: #fff;
    font-size: 0.875rem;
    box-shadow: 0 8px 20px rgba(233, 82, 142, 0.28);
    animation: customProfileMatchingPopup 1.6s ease forwards;
}

.custom-profile-burst-heart {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    line-height: 1;
    color: #E9528E;
    text-shadow:
        0 0 8px rgba(233, 82, 142, 0.45),
        0 0 16px rgba(233, 82, 142, 0.28);
    filter: drop-shadow(0 3px 8px rgba(233, 82, 142, 0.35));
    animation: customProfileHeartBurst 1.15s cubic-bezier(0.18, 0.9, 0.32, 1) forwards;
}

.custom-profile-burst-heart svg {
    display: block;
    width: 100%;
    height: 100%;
}

@keyframes customProfileMatchingPopup {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(8px) scale(0.9);
    }
    15% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }
    80% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-8px) scale(0.96);
    }
}

@keyframes customProfileHeartBurst {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
    }
    12% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.35) rotate(0deg);
    }
    35% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform:
            translate(calc(-50% + var(--x)), calc(-50% + var(--y)))
            rotate(var(--r))
            scale(1.4);
    }
}

.custom-profile-reservation-button {
    position: relative;
    text-align: center;
    background-color: #E9528E;
    border: none;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #ffffff;
    width: 100%; 
    max-width: 300px;
    height: 45px;
    box-sizing: border-box;
}

.custom-profile-reservation-button::after {
    content: 'クーポンが使える!';
    position: absolute;
    top: -13px;
    right: 50%;
    transform: translateX(50%);
    background: #fff;
    color: #E9528E;
    border: solid 1px #E9528E;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 10px;
    white-space: pre;
}

.custom-profile-talk-button {
    position: relative;
    text-align: center;
    background-color: #fff;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #7D40A0;
    width: 100%; 
    max-width: 300px;
    height: 45px;
    box-sizing: border-box;
    border: solid 1px #7D40A0;
}

/* -------------------------------------------------- */
/* フッターボタン */

.custom-profile-footer-content {
    position: fixed;
    bottom: 4.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    padding: 0.25rem 0.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    z-index: 5;
    width: 100%;
    max-width: 600px;
    padding-inline: 1.25rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.custom-profile-footer-content.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(12px);
}

.custom-profile-talk-button-for-footer {
    position: relative;
    text-align: center;
    background-color: #fff;
    border: solid 1px #7D40A0;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #7D40A0;
    width: 100%;
    width: 280px; 
    height: 45px;
    box-sizing: border-box;
    box-shadow: 0 0.2rem 0.35rem rgba(0, 0, 0, 0.07), 0 0.6rem 1rem rgba(0, 0, 0, 0.11), 0 1rem 1.8rem rgba(0, 0, 0, 0.14);  
}

.custom-profile-reservation-button-for-footer {
    position: relative;
    text-align: center;
    background-color: #E9528E;
    border: none;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #ffffff;
    width: 100%; 
    width: 280px; 
    height: 45px;
    box-sizing: border-box;
    box-shadow: 0 0.2rem 0.35rem rgba(0, 0, 0, 0.07), 0 0.6rem 1rem rgba(0, 0, 0, 0.11), 0 1rem 1.8rem rgba(0, 0, 0, 0.14);  
}

/* -------------------------------------------------- */
/* 出勤情報 */

.custom-profile-shift-list {
    display: grid;
    gap: 10px;
    width: 100%;
    font-size: 1rem;
    color: #535353;
}

.custom-profile-shift-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #AAAAAC;
    border-radius: 10px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.custom-profile-shift-label {
    font-size: 0.875rem;
    color: #535353;
}

.custom-profile-shift-label.is-today {
    color: #E9528E;
}

.custom-profile-shift-value {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    font-variant-numeric: tabular-nums;
    text-align: right;
    font-size: 0.875rem;
    color: #535353;
}

.custom-profile-shift-item.is-hidden {
    display: none;
}

.custom-profile-shift-more-button,
.custom-profile-shift-close-button {
    display: block;
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.875rem 1rem;
    border: 1px solid #7D40A0;
    border-radius: 9999px;
    background: #fff;
    color: #7D40A0;
    font-size: 0.875rem;;
    cursor: pointer;
}

.custom-profile-shift-close-button {
    margin-top: 0.75rem;
}

.custom-profile-shift-more-button.is-hidden,
.custom-profile-shift-close-button.is-hidden {
    display: none;
}

.custom-profile-address-row {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.625rem;
}

.custom-profile-address-row.for-store {
    margin-top: 1.25rem;
}

.custom-profile-address-row.is-clickable {
    cursor: pointer;
}

.custom-profile-address-text {
    flex: 1;
    font-size: 1rem;
    color: #535353;
    word-break: break-word;
}

.custom-profile-address-main {
    font-size: 1rem;
    color: #535353;
    word-break: break-word;
}

.custom-profile-access-hint {
    font-size: 0.875rem;
    color: #AAAAAC;
    word-break: break-word;
}

.custom-profile-address-copy-button {
    flex-shrink: 0;
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-profile-address-copy-button img {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
}

.custom-profile-map-wrap {
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e6e7ef;
    box-shadow: 0 10px 30px rgba(18, 18, 23, 0.06);
}

#custom-profile-map {
    width: 100%;
    height: 260px;
}

.custom-profile-map-note {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    color: #AAAAAC;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
}

.custom-profile-map-note img {
  height: 1.5rem;
  width: 1.5rem;
}

.custom-profile-map-marker {
    position: absolute;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
}

.custom-profile-map-marker-pulse {
    display: none;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #E9528E;
}

.custom-profile-map-marker.is-working .custom-profile-map-marker-pulse {
    display: block;
    animation: custom-profile-map-pulse 1.8s ease-out infinite;
}

.custom-profile-map-marker-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #AAAAAC;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(18, 18, 23, 0.22);
}

.custom-profile-map-marker-image-wrap.is-working {
    background: #E9528E;
}

.custom-profile-map-marker-image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

@keyframes custom-profile-map-pulse {
    0% {
        transform: scale(0.85);
        opacity: 0.9;
    }
    70% {
        transform: scale(1.35);
        opacity: 0;
    }
    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

.custom-profile-map-marker-status {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 68px;
    height: 26px;
    padding: 0 10px;
    border-radius: 9999px;
    background: #E9528E;
    color: #fff;
    font-size: 0.75rem;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    box-shadow:
        0 8px 18px rgba(18, 18, 23, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    animation: custom-profile-map-status-bounce 1.6s ease-in-out infinite;
}

.custom-profile-map-marker-status.is-off {
    background: #AAAAAC;
}


.custom-profile-map-marker-status::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #E9528E;
    transform: translateX(-50%) rotate(45deg);
}

.custom-profile-map-marker-status.is-off::after {
    background: #AAAAAC;
}

@keyframes custom-profile-map-status-bounce {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-4px);
    }
    100% {
        transform: translateX(-50%) translateY(0);
    }
}

.gm-control-active.gm-fullscreen-control {
    display: none;
}

.gm-style-cc {
    display: none;
}

gmp-internal-camera-control.gmnoprint {
    display: none;
}

img[alt="Google"] {
    display: none !important;
}

.gmnoprint.gm-style-mtc-bbw {
    display: none;
}

/* -------------------------------------------------- */
/* 同じ店舗のキャスト */

.custom-profile-cards-section {
    margin-bottom: 2.5rem;
}

.custom-profile-section-title {
    font-size: 1rem;
    color: #535353;
    margin-bottom: 0.625rem;
}

.custom-profile-cards-slider {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    padding-bottom: 0.5rem;
}

.custom-profile-cards-track {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: max-content;
}

.custom-profile-card {
    width: 10.5rem;
    flex: 0 0 auto;
    text-decoration: none;
}

.custom-profile-card-image-wrap {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(18, 18, 23, 0.06);
}

.custom-profile-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-profile-card-name {
    margin-top: 0.625rem;
    font-size: 1rem;
    color: #535353;
    word-break: break-word;
}

.custom-profile-cards-slider::-webkit-scrollbar {
    height: 0.5rem;
}

.custom-profile-cards-slider::-webkit-scrollbar-track {
    background: #eff1f6;
    border-radius: 999px;
}

.custom-profile-cards-slider::-webkit-scrollbar-thumb {
    background: #d3d7e0;
    border-radius: 999px;
}

/* -------------------------------------------------- */
/* 口コミ分析 */

.custom-profile-reviews-summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1rem;
    background: #F3E7FD;
    margin-bottom: 1.25rem;
}

.custom-profile-reviews-summary-score {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    color: #E9528E;
}

.custom-profile-reviews-summary-detail {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.custom-profile-reviews-summary-stars,
.custom-profile-reviews-item-stars {
    display: flex;
    gap: 0.125rem;
    line-height: 1;
}

.custom-profile-reviews-summary-stars span,
.custom-profile-reviews-item-stars span {
    color: #AAAAAC;
    font-size: 1.5rem;
    display: inline-block;
    line-height: 1;
}

.custom-profile-reviews-summary-stars span.is-active,
.custom-profile-reviews-item-stars span.is-active {
    color: #f5a623;
}

.custom-profile-reviews-summary-count {
    font-size: 1rem;
    color: #535353;
}

.custom-profile-review-post-link {
    position: absolute;
    top: -0.9rem;
    right: 1rem;
    display: inline-block;
    padding: 0.55rem 0.9rem;
    border-radius: 9999px;
    background: #E9528E;
    color: #FFFFFF;
    font-size: 0.875rem;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(233, 82, 142, 0.18);
    z-index: 2;
    animation: custom-profile-review-bubble-attention 1.8s ease-in-out infinite;
}

.custom-profile-review-post-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.2rem;
    border-style: solid;
    border-width: 0.7rem 0.7rem 0 0;
    border-color: #E9528E transparent transparent transparent;
    translate: -50% 100%;
    transform: skew(-8deg);
    transform-origin: top;
}

.custom-profile-review-post-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.2rem;
    border-style: solid;
    border-width: 0.58rem 0.58rem 0 0;
    border-color: #E9528E transparent transparent transparent;
    translate: calc(-50% - 0.2px) 100%;
    transform: skew(-8deg);
    transform-origin: top;
}

@keyframes custom-profile-review-bubble-attention {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(0);
    }
}

.custom-profile-reviews-analysis-groups {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.custom-profile-reviews-analysis-group-title {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    color: #535353;
    text-align: center;
    border-bottom: solid 1px #535353;
    width: 100%;
}

.custom-profile-reviews-analysis-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.custom-profile-reviews-analysis-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    min-height: 2.6rem;
    padding: 0.75rem 1rem;
    border-radius: 0.9rem;
    font-size: 0.75rem;
    white-space: nowrap;
    box-sizing: border-box;
}

.custom-profile-reviews-analysis-chip.is-level-1 {
    background: #eeeeee;
    color: #535353;
}

.custom-profile-reviews-analysis-chip.is-level-2 {
    background: #d8f4e8;
    color: #535353;
}

.custom-profile-reviews-analysis-chip.is-level-3 {
    background: #aee9cf;
    color: #535353;
}

.custom-profile-reviews-analysis-chip.is-level-4 {
    background: #73dfcf;
    color: #ffffff;
}

.custom-profile-reviews-analysis-chip.is-level-5 {
    background: #43d7c8;
    color: #ffffff;
}

.custom-profile-reviews-analysis-chip-label,
.custom-profile-reviews-analysis-chip-value {
    display: inline-block;
    line-height: 1;
}

.custom-profile-reviews-latest-title {
    font-size: 1rem;
    color: #535353;
    margin-bottom: 0.875rem;
}

.custom-profile-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.custom-profile-reviews-item {
    background: #ffffff;
    border: 1px solid #e6e7ef;
    border-radius: 1rem;
    padding: 1rem;
}

.custom-profile-reviews-item-head {
    margin-bottom: 0.75rem;
}

.custom-profile-reviews-item-user {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.custom-profile-reviews-item-avatar {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0;
}

.custom-profile-reviews-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-profile-reviews-item-meta {
    min-width: 0;
    flex: 1;
}

.custom-profile-reviews-item-name {
    font-size: 1rem;
    color: #535353;
    word-break: break-word;
}


.custom-profile-reviews-item-sub {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex-wrap: wrap;
}

.custom-profile-reviews-item-date {
    font-size: 0.875rem;
    color: #535353;
}

.custom-profile-reviews-item-body {
    font-size: 1rem;
    color: #535353;
    word-break: break-word;
    white-space: normal;
}

.custom-profile-reviews-item-empty {
    color: #AAAAAC;
}

.custom-profile-reviews-empty {
    text-align: center;
    color: #AAAAAC;
    font-size: 0.875rem;
}

.custom-profile-reviews-more-button {
    display: block;
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.875rem 1rem;
    border: 1px solid #7D40A0;
    border-radius: 9999px;
    background: #fff;
    color: #7D40A0;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

/* -------------------------------------------------- */
/* 出勤カレンダー */

.custom-profile-store-shift-calendar-wrap {
    width: 100%;
}

.custom-profile-store-shift-calendar-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.custom-profile-store-shift-calendar-hint {
    font-size: 0.875rem;
    color: #535353;
}

.custom-profile-store-shift-calendar-wrap .flatpickr-calendar.inline {
    width: 100% !important;
    max-width: none !important;
    box-shadow: none;
    border: none;
    background: transparent;
    margin-top: 0;
}

.custom-profile-store-shift-calendar-wrap .flatpickr-months,
.custom-profile-store-shift-calendar-wrap .flatpickr-weekdays,
.custom-profile-store-shift-calendar-wrap .flatpickr-days,
.custom-profile-store-shift-calendar-wrap .flatpickr-innerContainer,
.custom-profile-store-shift-calendar-wrap .flatpickr-rContainer,
.custom-profile-store-shift-calendar-wrap .dayContainer,
.custom-profile-store-shift-calendar-wrap .flatpickr-weekdaycontainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.custom-profile-store-shift-calendar-wrap .dayContainer,
.custom-profile-store-shift-calendar-wrap .flatpickr-weekdaycontainer {
    display: flex;
    flex-wrap: wrap;
}

.custom-profile-store-shift-calendar-wrap .flatpickr-weekday,
.custom-profile-store-shift-calendar-wrap .flatpickr-day {
    width: calc(100% / 7) !important;
    max-width: calc(100% / 7) !important;
    flex: 0 0 calc(100% / 7);
    box-sizing: border-box;
}

.custom-profile-store-shift-calendar-wrap .flatpickr-day {
    position: relative;
    height: 5rem;
    line-height: 1.1;
    border-radius: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.7rem;
}

.custom-profile-store-shift-count {
    position: absolute;
    left: 50%;
    bottom: 0.45rem;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E9528E;
    font-size: 0.875rem;
    line-height: 1;
    white-space: nowrap;
}

.custom-profile-store-shift-calendar-wrap .flatpickr-day.today {
    border-color: #E9528E !important;
}

.custom-profile-store-shift-calendar-wrap .flatpickr-day.selected,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.startRange,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.endRange,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.selected.inRange,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.startRange.inRange,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.endRange.inRange,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.selected:focus,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.startRange:focus,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.endRange:focus,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.selected:hover,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.startRange:hover,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.endRange:hover,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.selected.prevMonthDay,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.startRange.prevMonthDay,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.endRange.prevMonthDay,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.selected.nextMonthDay,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.startRange.nextMonthDay,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.endRange.nextMonthDay {
    background: #E9528E !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #E9528E !important;
}

.custom-profile-store-shift-calendar-wrap .flatpickr-day.selected .custom-profile-store-shift-count,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.startRange .custom-profile-store-shift-count,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.endRange .custom-profile-store-shift-count,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.selected.inRange .custom-profile-store-shift-count,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.startRange.inRange .custom-profile-store-shift-count,
.custom-profile-store-shift-calendar-wrap .flatpickr-day.endRange.inRange .custom-profile-store-shift-count {
    color: #fff;
}

.custom-profile-store-shift-calendar-wrap .flatpickr-current-month input.cur-year {
    color: inherit !important;
}

.custom-profile-store-shift-popup {
    text-align: left;
    padding: 1.25rem;
    width: 100%;
    max-height: 70dvh;
    overflow-y: auto;
}

.custom-profile-store-shift-popup-date {
    font-size: 1rem;
    color: #535353;
    text-align: center;
}

.custom-profile-store-shift-popup-count {
    font-size: 0.875rem;
    color: #535353;
    text-align: center;
    margin-bottom: 1.25rem;
}

.custom-profile-store-shift-popup-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.custom-profile-store-shift-popup-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem;
    border: 1px solid #e6e7ef;
    border-radius: 1rem;
    background: #FFFFFF;
}

.custom-profile-store-shift-popup-avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    object-fit: cover;
    flex-shrink: 0;
    background: #E5E7EB;
}

.custom-profile-store-shift-popup-avatar.is-empty {
    background: #E5E7EB;
}

.custom-profile-store-shift-popup-main {
    min-width: 0;
    flex: 1;
}

.custom-profile-store-shift-popup-name {
    display: inline-block;
    color: #535353;
    font-size: 1rem;
    text-decoration: none;
    word-break: break-word;
}

.custom-profile-store-shift-popup-times {
    margin-top: 0.625rem;
    display: flex;
    flex-direction: column;
}

.custom-profile-store-shift-popup-time {
    font-size: 0.875rem;
    color: #535353;
}

/* -------------------------------------------------- */
/* クーポン */

.custom-profile-coupon-ticket-list {
    display: flex;
    flex-direction: column;
}

.custom-profile-coupon-ticket-content {
    width: 100%;
    margin-bottom: 1.25rem;
}

.custom-profile-coupon-ticket {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 22%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 20%),
        linear-gradient(180deg, #ffffff 0%, #F5F5F5 100%);
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 14px 32px rgba(15, 23, 42, 0.08),
        0 3px 8px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.custom-profile-coupon-ticket::before,
.custom-profile-coupon-ticket::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    box-shadow: inset 0 2px 4px rgba(15, 23, 42, 0.06);
}

.custom-profile-coupon-ticket::before {
    left: -0.75rem;
}

.custom-profile-coupon-ticket::after {
    right: -0.75rem;
}

.custom-profile-coupon-ticket-layout {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.custom-profile-coupon-ticket-body {
    flex: 1;
    padding: 1.25rem 1.125rem 1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(245, 245, 245, 0.5) 100%);
}

.custom-profile-coupon-ticket-title {
    font-size: 1rem;
    color: #535353;
    word-break: break-word;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

.custom-profile-coupon-ticket-meta {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.custom-profile-coupon-ticket-meta-row {
    display: flex;
    flex-direction: column;
}

.custom-profile-coupon-ticket-label {
    width: fit-content;
    min-height: auto;
    padding: 0.4rem 0.7rem;
    margin-bottom: 0.625rem;
    font-size: 0.85rem;
    border: 1px solid #E5E7EB;
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    background: linear-gradient(180deg, #ffffff 0%, #F5F5F5 100%);
    color: #535353;
}

.custom-profile-coupon-ticket-value {
    flex: 1;
    font-size: 0.875rem;
    color: #535353;
    word-break: break-word;
    line-height: 1.7;
}

.custom-profile-coupon-ticket-separator {
    position: relative;
    width: 0;
    border-left: 2px dashed #AAAAAC;
    margin: 0.9rem 0;
}

.custom-profile-coupon-ticket-separator::before,
.custom-profile-coupon-ticket-separator::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1.1rem;
    height: 1.1rem;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
    box-shadow: inset 0 2px 4px rgba(15, 23, 42, 0.06);
}

.custom-profile-coupon-ticket-separator::before {
    top: -1.45rem;
}

.custom-profile-coupon-ticket-separator::after {
    bottom: -1.45rem;
}

.custom-profile-coupon-ticket-side {
    width: 8.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 245, 245, 0.95) 100%);
}

.custom-profile-coupon-ticket-side-label {
    width: 100%;
    padding: 0.4rem 0.7rem;
    background: linear-gradient(180deg, #ffffff 0%, #F5F5F5 100%);
    color: #535353;
    font-size: 0.875rem;
    border-radius: 999px;
    border: 1px solid #E5E7EB;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.custom-profile-coupon-ticket-expiry {
    font-size: 0.875rem;
    color: #535353;
    word-break: break-word;
    line-height: 1.6;
    font-weight: 600;
}

.custom-profile-coupon-ticket-status-list {
    width: 100%;
}

.custom-profile-coupon-ticket-reservation-button {
    display: block;
    width: 100%;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: #E9528E;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.75rem;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
}

.custom-profile-coupon-ticket-content.is-hidden {
    display: none;
}

.custom-profile-coupon-more-button,
.custom-profile-coupon-close-button {
    display: block;
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #7D40A0;
    border-radius: 9999px;
    background: #fff;
    color: #7D40A0;
    font-size: 0.875rem;
    cursor: pointer;
}

.custom-profile-coupon-close-button {
    margin-top: 0.75rem;
}

.custom-profile-coupon-more-button.is-hidden,
.custom-profile-coupon-close-button.is-hidden {
    display: none;
}
