body {
    color: #1E0048 ; 
    font-family: 'Poppins', Arial; 
    font-size: 1rem;
    line-height: 135%;
    background: #fff; 
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #008565;
    font-weight: 600;
}

.main {
    max-width: 560px; margin:0 auto;
    padding:24px;
    background-color: #fff;
}

h1 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2rem;
}
.custom{
    background-color: #fff;
     position: relative;
     border-radius: .7rem;
     align-items: center;
     margin-top:1.5rem;
     justify-content: center;
     padding:1.5rem;
 } 
 .custom p {
     margin-block-start: 0;
 }
 
.custom:empty {
    display: none;
  }

.appointment{
   background-color: #f4f6f8;
    position: relative;
    border-radius: 1rem;
    align-items: center;
    margin: 2rem 0; justify-content: center;
    padding:1.5rem;
} 
.appointment p {
    margin-block-start: 0;
}
.appointment p:last-of-type {
    margin-block-start: 0.5rem;
}
p {

    margin-block-end: 0;
}


.details {
    flex:1;
    text-align: left; margin-left: 2rem;
    
}

h2 {
    font-weight: 600;font-size: 1.4rem;margin-block-start: 2rem;margin-block-end: 0;margin: 0;
}

h3 {
    font-weight: 700;font-size: 1.3rem;line-height: 1.4rem;margin-block-start: 0;margin-block-end: 0;margin: 0;
}
h4{
    margin-block-start: 1.33em;
    margin-block-end:0;
}
.preview p {
    margin-block-start: 0;
}

.appointment p {
    margin-block-start: 0;margin-block-end: 0;margin: 0;
}

iframe {
    border:none;
    
}
.list {
    display: flex;
    width:100%;
    flex-flow: row wrap;
    justify-content:flex-start;
}
.preview {
    flex:1;
    margin:1rem;
}


.date {
    display: block;
    background: #FFFFFF;
    border: 1px solid #E5E3EA;
    box-shadow: 0px 3px 0px #E5E3EA; 
    border-radius: 0.7rem; 
    width:96px;
    height:96px;
    text-align: center;
    flex-shrink: 0;
}

.day {
    font-weight: 700; font-size: 2.5rem;
    line-height: 64px;
}

.month {
    background: #1E0048;
    font-size: .8rem;
     color:#fff;font-weight: 600;text-transform: uppercase; border-radius: .7rem .7rem 0 0;
}

.info {
    margin-top:1rem;
}

a.destructive {
    text-align: center;
    display: block;
    text-decoration: none; 
    background: #E17366;
    border:none; 
    color:#fff;
    font-weight:600;
    
    padding:0.7rem 2rem;
    border-radius: 50vh; 
    margin: 2rem 0;
}

a.primary {
    text-align: center;
    display: block;
    text-decoration: none; 
    background: #008565;
    border:none; 
    color:#fff;
    font-weight:600;
    
    padding:0.7rem 2rem;
    border-radius: 50vh; 
    margin: 2rem 0;
}


.company {
    display: flex;
    flex-direction: row;
    gap:1rem;
    align-items: center;
    margin-bottom: 2rem;
  }
  .name {
    display: flex;
    flex-direction: column;
    font-size: .8rem;
    text-transform: uppercase;
    line-height: 1.1rem;
    opacity: 1;
  }
  
  
  .name span:first-of-type {
    font-weight: 600;
  }
  
  .name span:last-of-type {
    opacity: .4;
  }
  .logo {
    width: 40px;
    height: 40px;
  }


  footer {
    opacity:.7;
    margin-top: 2rem;
    padding-top: 1rem;;
    border-top: 1px solid #E5E3EA;
    font-size: .8rem;
    line-height: 110%;
    text-align: center;
  }
