.loc-grid-wrapper-a69cd135 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.loc-grid-a69cd135 {
    display: grid;
    align-items: start;
    width: 100%;
}

.loc-card-a69cd135 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Vertical dividing borders on wider screens */
@media (min-width: 768px) {
    .loc-grid-a69cd135 {
        grid-template-columns: repeat(2, 1fr);
    }
    .loc-card-a69cd135:not(:first-child) {
        border-left: 1px solid #e2dfd7;
        padding-left: 60px;
    }
}

.loc-flag-container-a69cd135 {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.loc-flag-img-a69cd135 {
    max-height: 32px;
    width: auto;
    display: block;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.loc-flag-emoji-a69cd135 {
    font-size: 32px;
    line-height: 1;
}

.loc-flag-svg-a69cd135 svg {
    width: auto;
    height: 32px;
    display: block;
}

.loc-title-a69cd135 {
    font-family: "Playfair Display", "Didot", "Georgia", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

.loc-subtitle-a69cd135 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.loc-desc-a69cd135 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 480px;
}
