.page-header {
    .page-titles {
        .page-title {
            font-size: 5em !important;
        }
    }
}


#page-offers-show {
    background: var(--color-beige-100);

    .offers-details-container {
        display: flex;
        justify-content: center;
        width: 100%;

        .offer-details {
            display: flex;
            flex-direction: column;
            background: white;
            padding: 3em;
            width: 75%;

            .offer-details-header {
                padding-bottom: 3em;
                border-bottom: 1px solid var(--color-grey-300);

                .offer-title {
                    font-size: 2em;
                    color: var(--color-primary-400);
                    font-family: Times New Roman, serif;
                    text-align: center;
                }

                .offer-details-little {
                    display: flex;
                    flex-direction: column;

                    p {
                        margin: 0;
                        display: flex;
                        align-items: center;
                        gap: 5px;
                    }

                    .material-symbols-outlined {
                        color: var(--color-primary-400);
                    }
                }
            }

            .offer-details-description {
                margin-top: 3em;
                height: 100%;
            }

            .offer-details-footer {
                padding-top: 3em;
                border-top: 1px solid var(--color-grey-300);
                margin-top: 3em;
                display: flex;
                justify-content: center;
                align-items: center;

                a.button {
                    font-size: 1.1em;
                }
            }
        }
    }
}
