p {
    display: block;
}

a {
    color: #23d3d3;
    text-decoration: underline;
    font-weight: 700;
}

strong {
    font-weight: 800;
}

em {
    font-style: italic;
}

u {
    text-decoration: underline;
}

s {
    text-decoration: line-through;
}

h1 {
    font-size: 2.5rem;
    display: block;
}

h2 {
    font-size: 2rem;
    display: block;
}

blockquote {
    background: #e7e7e7;
    border-left: grey;
    padding-left: 15px;
}

pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}

ol {
    display: block;
    list-style-type: decimal;
}

ol li {
    margin-left: 35px;
}

ul {
    display: block;
    list-style-type: circle;
}

ul li {
    margin-left: 35px;
}

p.ql-indent-1 {
    margin-left: 35px;
}

.ql-align-right.ql-direction-rtl {
    position: absolute;
    right: 0;
}

iframe.ql-video {
    width: 500px;
    height: 250px;
}

.custom-affiliate-link-button {
    background: #23d3d3;
    color: white;
    border-radius: 13px;
    padding: 14px;
    font-size: 17px;
    margin: 0 auto;
    display: block;
    width: 310px;
    text-align: center;
}

.custom-affiliate-link-button:hover {
    background: #65e0e0;
    color: white;
}

.fa-star-checked {
    color: orange;
}

.review-section-heading {
    font-size: 25px;
    margin-right: 25px;
}

.review-section-star-rating:hover {
    cursor: pointer;
}

.review-section-fa {
    font-size: 25px;
}

.review-section-checked {
    color: orange;
}

/* Three column layout */
.review-section-side {
    float: left;
    width: 15%;
    margin-top: 10px;
}

.review-section-middle {
    float: left;
    width: 70%;
    margin-top: 10px;
}

/* Place text to the right */
.review-section-right {
    text-align: right;
}

/* Clear floats after the columns */
.review-section-row:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.review-section-bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

.review-section-side.right {
    display: flex;
}

.review-section-side.right div {
    background: #23d3d3;
    border-radius: 50%;
    font-size: 10px;
    color: white;
    margin-left: 11px;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: -3px;
}

/* Individual bars */
.review-section-bar-5 {width: 60%; height: 18px; background-color: #04AA6D;}
.review-section-bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.review-section-bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.review-section-bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.review-section-bar-1 {width: 15%; height: 18px; background-color: #f44336;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .review-section-side,
    .review-section-side.right {
        width: 25%;
    }

    .review-section-middle {
        width: 50%;
    }
    /* Hide the right column on small screens */
    .review-section-right {
        display: none;
    }
}