/* /Pages/Home/Dashboard.razor.rz.scp.css */
.clickable-image[b-bdnca7en2w] {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    width: 100%;
    aspect-ratio: 16 / 9; /* pick the tile shape you want */
    max-height: 40vh; /* cap it so it never gets too tall */
    display: block; /* no need for flex here */
    cursor: pointer;
}

.zoom-image[b-bdnca7en2w] {
    width: 100%;
    height: 100%; /* <— crucial: give it a real height */
    object-fit: cover; /* fills & crops, no letterboxing */
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.clickable-image:hover .zoom-image[b-bdnca7en2w] {
    transform: scale(1.02);
}

.image-label[b-bdnca7en2w] {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 8px;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
/* /Pages/Home/Home.razor.rz.scp.css */
@font-face {
    font-family: 'MyWesternFont';
    src: url('/fonts/MyWesternFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.fantasy-header[b-scydxhht2i] {
    font-family: 'MyWesternFont', sans-serif !important;
    font-weight: 100;
    font-size: 6rem; /* Adjust as needed */
    color: #FFD700; /* Golden color */
    text-shadow: 1px 1px 2px #000000, /* Shadow for depth */
    0px 0px 5px #FF4500, /* Glowing red-orange effect */
    0px 0px 10px #FF4500; /* More intense glow */
    letter-spacing: 2px; /* Adds a bit of spacing between letters */
    margin: 0;
    padding: 0;
    text-align:center;
}

.fantasy-header2[b-scydxhht2i] {
    font-family: 'MyWesternFont', sans-serif !important;
    font-weight: 100;
    font-size: 2rem; /* Adjust as needed */
    color: #FFD700; /* Golden color */
    text-shadow: 1px 1px 2px #000000, /* Shadow for depth */
    0px 0px 5px #FF4500, /* Glowing red-orange effect */
    0px 0px 10px #FF4500; /* More intense glow */
    letter-spacing: 1px; /* Adds a bit of spacing between letters */
    margin: 0;
    margin-top: -40px;
    padding: 0;
    text-align: center;
}
/* /Pages/Showdown/DetailedShowdown.razor.rz.scp.css */
@font-face {
    font-family: 'MyWesternFont';
    src: url('/fonts/MyWesternFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.fantasy-header[b-swtlrivefr] {
    font-family: 'MyWesternFont', sans-serif !important;
    font-weight: 100;
    font-size: 6rem; /* Adjust as needed */
    color: #FFD700; /* Golden color */
    text-shadow: 1px 1px 2px #000000, /* Shadow for depth */
    0px 0px 5px #FF4500, /* Glowing red-orange effect */
    0px 0px 10px #FF4500; /* More intense glow */
    letter-spacing: 2px; /* Adds a bit of spacing between letters */
    margin: 0;
    padding: 0;
    text-align: center;
}

.fantasy-header2[b-swtlrivefr] {
    font-family: 'MyWesternFont', sans-serif !important;
    font-weight: 100;
    font-size: 2rem; /* Adjust as needed */
    color: #FFD700; /* Golden color */
    text-shadow: 1px 1px 2px #000000, /* Shadow for depth */
    0px 0px 5px #FF4500, /* Glowing red-orange effect */
    0px 0px 10px #FF4500; /* More intense glow */
    letter-spacing: 1px; /* Adds a bit of spacing between letters */
    margin: 0;
    margin-top: -40px;
    padding: 0;
    text-align: center;
}
/* /Pages/Store/Checkout.razor.rz.scp.css */
.paypal-wrapper[b-immmjhojtq] {
    display: flex;
    justify-content: center; /* horizontal centering */
    width: 100%;
}

#paypal-button-container[b-immmjhojtq] {
    width: 100%;
    max-width: 420px; /* tweak: 320–500px works well */
}
