/* TWG Legal staging parity styles for Winemakers Selection */
#legal-page,
[data-twg-legal-page] {
    padding: 0;
    margin: 0 auto;
    max-width: 970px;
}

#legal-page h1,
[data-twg-legal-page] h1,
#legal-title,
[data-twg-legal-title] {
    font-family: "mrs-eaves", serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.4;
    color: #a57c37;
    margin: 0 0 8px;
}

#legal-page #legal-last-updated,
[data-twg-legal-page] [data-twg-legal-last-updated],
#legal-last-updated,
[data-twg-legal-last-updated] {
    font-family: "mrs-eaves", serif;
    font-size: 17.6px;
    line-height: 28.16px;
    color: #000;
    margin: 0 0 16px;
}

#legal-page p,
[data-twg-legal-page] p {
    font-family: "mrs-eaves", serif;
    font-size: 17.6px;
    line-height: 28.16px;
    color: #000;
    margin: 0 0 16px;
}

#legal-page a,
[data-twg-legal-page] a {
    color: #000;
    text-decoration: underline;
}

#legal-page ul,
[data-twg-legal-page] ul {
    margin: 0 0 16px;
    padding-left: 20px;
}

#legal-page ul li,
[data-twg-legal-page] ul li {
    font-family: "mrs-eaves", serif;
    font-size: 17.6px;
    line-height: 28.16px;
    color: #000;
    margin: 0;
}

#legal-page h2,
#legal-page h3,
#legal-page h4,
[data-twg-legal-page] h2,
[data-twg-legal-page] h3,
[data-twg-legal-page] h4 {
    font-family: "mrs-eaves", serif;
    color: #000;
    margin: 24px 0 12px;
}

#legal-page h2,
[data-twg-legal-page] h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

#legal-page h3,
[data-twg-legal-page] h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

#legal-page strong,
[data-twg-legal-page] strong {
    font-weight: 700;
}

#legal-page table,
[data-twg-legal-page] table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

#legal-page table th,
#legal-page table td,
[data-twg-legal-page] table th,
[data-twg-legal-page] table td {
    font-family: "mrs-eaves", serif;
    font-size: 17.6px;
    line-height: 28.16px;
    padding: 10px;
    border: 1px solid #000;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 1024px) {
    #legal-page h1,
    [data-twg-legal-page] h1,
    #legal-title,
    [data-twg-legal-title] {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    #legal-page h1,
    [data-twg-legal-page] h1,
    #legal-title,
    [data-twg-legal-title] {
        font-size: 36px;
    }
    #legal-page,
    [data-twg-legal-page] {
        padding: 0 20px;
    }
}
