.customPage {
    text-align: center;
    padding: 2rem 1rem;
    color: #ddd;
}

.customPage h3.intro-highlight {
    font-size: 1.25rem;
    color: var(--joinAccessBackground);
    margin-bottom: 1rem;
    font-weight: 600;
}

.customPage h3.main-heading {
    font-size: 1.8rem;
    color: var(--mainColor);
    margin-top: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.custom-description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.7;
    color: #ccc;
    text-align: left;
}

.custom-description p {
    margin-bottom: 1.5rem;
}

.custom-button {
    margin: 2rem 0;
    text-align: center;
}

.custom-button .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.3rem;
    text-decoration: none;
    background-color: var(--addWishlistButtonBackground);
    color: var(--addWishlistButtonColor);
    font-weight: bold;
    border: none;
}

.custom-button .btn:hover {
    background-color: var(--addWishlistButtonHoverBackground);
}

.custom-closed {
    color: var(--removeCartButtonBackground);
    font-weight: bold;
    margin: 2rem 0;
}

.studio-note {
    font-size: 1.1rem;
    color: var(--joinAccessBackground);
    font-weight: bold;
    margin-top: 2rem;
    text-align: center;
}

.custom-image {
    margin-top: 2rem;
    text-align: center;
}

.custom-image img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #222;
    transition: transform 0.3s ease;
}

.custom-image img:hover {
    transform: scale(1.02);
}