.conferences-and-events-page .top-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 15rem;
    padding: var(--wp--custom--spacing--plus-2) 0 var(--wp--custom--spacing--plus-4);
    border-bottom: 1px solid var(--wp--preset--color--grey-tint-4);
}

.conferences-and-events-page .top-content .image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 55%;
    height: 100%;
}

.conferences-and-events-page .top-content .image img {
    height: 100%;
    object-fit: contain;
}

.conferences-and-events-page .top-content .subtitle {
    margin-bottom: var(--wp--custom--spacing--plus-2);
    color: var(--wp--preset--color--light-blue);
}

.conferences-and-events-page .top-content .subtitle a {
    color: var(--wp--preset--color--light-blue);
}

.conferences-and-events-page .top-content h1 {
    font-size: var(--wp--preset--font-size--plus-2);
}

.conferences-and-events-page .top-content .text {
    max-width: 50rem;
    font-size: var(--wp--preset--font-size--plus-1);
}

.conferences-and-events-page .main-title {
    margin: var(--wp--custom--spacing--plus-3) auto 0;
    font-size: var(--wp--preset--font-size--plus-1);
    color: var(--wp--preset--color--dark-blue);
    text-align: center;
}

.conferences-and-events-page .article-list article {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: var(--wp--custom--spacing--plus-6);
    padding-top: var(--wp--custom--spacing--plus-4);
    border-bottom: 1px solid var(--wp--preset--color--grey-tint-4);
}

.conferences-and-events-page .article-list h3 {
    margin-bottom: var(--wp--custom--spacing--plus-2);
    font-size: var(--wp--preset--font-size--plus-2);
}

.conferences-and-events-page .article-list .time {
    margin-bottom: .25em;
    font-weight: 700;
}

.conferences-and-events-page .article-list .text {
    max-width: 50rem;
    margin-bottom: var(--wp--custom--spacing--plus-2);
    text-align: center;
}

.conferences-and-events-page .article-list .country {
    margin-bottom: var(--wp--custom--spacing--plus-2);
    font-style: italic;
}

.conferences-and-events-page .latest-list {
    display: flex;
    flex-direction: column;
    gap: var(--wp--custom--spacing--plus-2);
    padding-bottom: var(--wp--custom--spacing--plus-2);
    margin-top: var(--wp--custom--spacing--plus-3);
}

.conferences-and-events-page .latest-list li {
    background-color: var(--wp--preset--color--grey-tint-2);
}

.conferences-and-events-page .latest-list li .time {
    min-height: 1em;
    padding: .5em;
    font-size: var(--wp--preset--font-size--base);
    background-color: var(--wp--preset--color--grey-tint-4);
}

.conferences-and-events-page .latest-list li .content {
    position: relative;
    padding: 1em 3.5em 1em .5em;
}

.conferences-and-events-page .latest-list li .content h3 {
    padding-right: 3rem;
    margin-bottom: var(--wp--custom--spacing--base);
    font-size: var(--wp--preset--font-size--plus-1);
    color: var(--wp--preset--color--dark-blue);
}

.conferences-and-events-page .latest-list li .content .text {
    max-width: 50rem;
    margin-bottom: var(--wp--custom--spacing--base);
}

.conferences-and-events-page .latest-list li .content .location {
    margin-bottom: var(--wp--custom--spacing--base);
    font-style: italic;
    font-weight: 700;
}