:root {
    -webkit-text-size-adjust: none;
    background: #476F66;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    color: #FFFFFE;
}

.container {
    margin: 5%;
    max-width: 890px;
}

p {
    line-height: 48px;
    font-size: 36px;
    font-weight: 600;
}

a {
    color: #F6CFCF;
    text-decoration: none;
}

.has--border {
    border-bottom: 2px solid #F6CFCF;
    padding-bottom: 2px;
}

.button {
display: inline-block;
padding: 24px 32px;

background: #F6CFCF;
border-radius: 90px;

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 34px;
/* identical to box height */


color: #060000;
}

.button:hover {
    background: #EED8D8;
}

open-stories.customized:not(:defined),
open-stories.customized::part(button) {
    padding: 12px;
    color: #F6CFCF;
    background: #000;
    border-radius: 90px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.is-read {
    border: 2px solid #F6CFCF;
    border-radius: 90px;
}