.single-events {
    & .entry-content {
        p {
            margin-left: 200px;
        }

        .page-post-gallery {
            margin-left: 200px;
        }

        .page-count-for {
            margin-left: 200px;
        }
    }

    #content {
        background-color: #fff;
    }

    .entry-content {
        .page-share-buttons {
            margin-top: 80px;
        }
    }

    .event-description-wrapper {
        display: flex;
        max-width: 736px;
        min-width: 736px;
        margin-left: 96px;
        margin-bottom: 80px;

        .event-date {
            flex: 1;

            .event-date-title {
                font-size: 16px;
                line-height: 40px;

                .event-date-title-icon {
                    top: 3px;
                    position: relative;

                    &::before {
                        content: "";
                        display: inline-block; 
                        width: 18px;
                        height: 20px; 
                        background-image: url(../icons/date.svg);
                        background-size: cover;
                        background-repeat: no-repeat;
                        margin-right: 8px;
                        margin-top: 5px;
                    }
                }
            }

            .event-date-data {
                font-size: 24px;
            }
        }

        .event-time {
            flex: 1;

            .event-time-title {
                font-size: 16px;
                line-height: 40px;

                .event-time-title-icon {
                    top: 3px;
                    position: relative;

                    &::before {
                        content: "";
                        display: inline-block; 
                        width: 20px;
                        height: 20px; 
                        background-image: url(../icons/time.svg);
                        background-size: cover;
                        background-repeat: no-repeat;
                        margin-right: 8px;
                        margin-top: 5px;
                    }
                }
            }

            .event-time-data {
                font-size: 24px;
            }
        }

        .event-location {
            flex: 1;

            .event-location-title {
                font-size: 16px;
                line-height: 40px;

                .event-location-title-icon {
                    top: 3px;
                    position: relative;

                    &::before {
                        content: "";
                        display: inline-block; 
                        width: 16px;
                        height: 20px; 
                        background-image: url(../icons/place.svg);
                        background-size: cover;
                        background-repeat: no-repeat;
                        margin-right: 8px;
                        margin-top: 5px;
                    }
                }
            }

            .event-location-data {
                font-size: 24px;
            }
        }
    }

    .related-content {
        .item {
            .item-category .title {
                font-size: 14px;
                background-color: rgba(158, 121, 77, 0.10);
                padding: 5px 7px 5px 7px;
                color: #041F33;
            }

            .item-day, .item-month, .item-time {
                font-size: 20px;
            }

            .item-link {
                margin-top: 40px;
            }
        }
    }
}