#marta-ceramica-reviews {
    background-color: #fefcfa;
    color: black;
}
#marta-ceramica-reviews h2 {
    padding-top: 1em;
    margin-bottom: 1em;
    font-size: 1.6em !important;
    letter-spacing: 5px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#marta-ceramica-reviews h2:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #c36e37;
    margin-top: 0.25em;
    margin-left: auto;
    margin-right: auto;    
}
#marta-ceramica-reviews > div {
    max-width: 1200px; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto; 
    padding-top: 1em;
    padding-bottom: 1em;
}    
#marta-ceramica-reviews > div p {
    margin-bottom: 0px;
}
#marta-ceramica-reviews #review-body {
    font-size: 1.2em;
}
#marta-ceramica-reviews #author {
    font-size: 1.6em;
    letter-spacing: 5px;
}
#marta-ceramica-reviews #rating {
    font-size: 1.2em;
    margin-bottom: 1em;
}
#marta-ceramica-reviews #rating::before {
    content: "⭐⭐⭐⭐⭐";
    color: #e0b22f;
}
#marta-ceramica-reviews #avatar {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-top: 0.5em;
    border: 4px solid #d9b99b;
    width: 83px;
    height: 83px;
}
#marta-ceramica-reviews > div div.arrow {
    float: left;
    width: 10%;
    text-align: center;
    font-size: 1.8em;
}
#marta-ceramica-reviews > div div.arrow:hover {
    cursor: pointer;
}
#marta-ceramica-reviews > div div.arrow span {
    color: #c36e37;
}
#marta-ceramica-reviews #review-tools {
    text-align: center;
}
#marta-ceramica-reviews #review-index,
#marta-ceramica-reviews .play-pause-buttons {
    text-align: center;
    color: #c36e37;
    font-weight: bold;
    font-size: 1em;
    margin-left: 15px;
}
#marta-ceramica-reviews .play-pause-buttons span {
    border: 1px solid #c36e37;
    padding: 10px;
    border-radius: 50%;
    background-color: #f9f1eb;
}    
#marta-ceramica-reviews .play-pause-buttons.display-none,
#marta-ceramica-reviews #myProgress.display-none {
    display: none;
}
#marta-ceramica-reviews .play-pause-buttons:hover {
    cursor: pointer;
}
#marta-ceramica-reviews .play-pause-buttons span:hover {
    background-color: #eed4c3;
}
#marta-ceramica-reviews #myProgress {
  width: 100%;
  background-color: grey;
  max-width: 200px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#marta-ceramica-reviews #myBar {
  width: 1%;
  height: 10px;
  background-color: #c36e37;
}
#marta-ceramica-reviews > div div.review-content {
    float: left;
    width: 80%;
    min-height: 1px;
}
#marta-ceramica-reviews > div div.clear {
    clear: both;
}
#marta-ceramica-reviews > div hr {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#marta-ceramica-reviews .wp-block-buttons {
    margin-top: 2em;
}
#marta-ceramica-reviews .wp-block-buttons a:hover {
    text-decoration: none !important;
}