

/* Start:/local/components/feller/detail/templates/.default/style.css?1762078165997*/
.banner-section {
    .container {
        .banner-details {
            h2.bannerDetailTitle {
                text-shadow: 1px 1px 2px gray,
                            -1px -1px 2px gray;
            }
        }
    }
}
h1.detailTitle {
    font-size: 36px;
    margin: 24px 0 0 0;
}
.detailInfoLine {
    font-size: 24px;
    font-weight: bold;
    span {
        color: #FF6819FF;
    }
}

.review-box {
    border: solid 1px #FF6819FF;
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 1rem 0;
}


@media screen and (max-width: 720px) {
    h1.detailTitle {
        margin-top: 12px;
        font-size: 24px;
        padding: 0;

    }
    .detailInfoLine {
        font-size: 18px;

    }
    .previewPicture {
        display: none;
    }
    .form {
        max-width: 100vw;
    }
}

.addTitle {
    font-style: italic;
    font-size: 1.5rem;
    color: rgb(255, 104, 25);
}
.review_link {
    text-decoration: underline;
}
/* End */
/* /local/components/feller/detail/templates/.default/style.css?1762078165997 */
