@import url("../mediterranean.css");
@import url('../lib/showcase.css');


.directions {
    position: absolute;
    top: -75px;
    left: 50px;
    width: 350px;
    padding: 25px;
    background-color: var(--white);
    border-radius: 8px;
    border: solid 1px var(--dark-brand-color);
}

.directions .map-container {
    width: 350px;
    height: 250px;
}

.address {
    font-size: 0.8em;
    margin: 2rem 0 0 0;
}

.weather {
    position: absolute;
    top: 3rem;
    right: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 15%;
    border-inline-start: solid 1px var(--dark-brand-color);
    padding: 2rem;
}

.social-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25px;
    opacity: 0.6;
    margin: 1rem 0;
}

.social-link img {
    height: 25px;
    object-fit: contain;
}

.event {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 2rem 0;
}

.event .poster {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.poster img {
    width: 100%;
    object-fit: contain;
}

.info .date {
    font-size: 0.8rem;
    margin: 0.15rem 0 0 0;
}

.info h3 {
    display: flex;
    width: 100%;
    font-weight: normal;
    color: var(--dark-brand-color);
    font-size: 1rem;
    margin: 0.25rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h4 {
    font-weight: normal;
    color: var(--dark-brand-color);
}

.meta-group li {
    margin: 0.5rem 1rem;
}
