/**********************************************************************
 * GLOBAL
 *********************************************************************/
 .atc-slider-container .read-more {
    font-size: 15px;
    text-decoration: none;
}
.atc-container, .atc-review-badge, .atc-slider-container, .atc-button {
    font-style: normal;
}
/**********************************************************************
 * BADGE SHORTCODE
 *********************************************************************/
 .atc-review-badge {
    text-align: center;
    padding: 20px;
    max-width: 250px;
    margin: 0 auto;
    border-radius: 5px;
    border: solid;
}

.atc-review-badge h2 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.atc-review-badge .stars {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.atc-review-badge .star {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 2px;
}

.atc-review-badge .star .star-fill {
    background: var(--wpr-bg-88d71bc0-21a5-49c0-ad9a-f90429e0204e) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.atc-review-badge .star .star-empty {
    background: var(--wpr-bg-5f1238b7-ef1d-455b-98c0-af49ccf69c82) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.atc-review-badge p {
    margin: 10px 0;
    font-size: 15px;
}

.atc-review-badge .google-logo img {
    width: 110px;
}
/**********************************************************************
 * END BADGE SHORTCODE
 *********************************************************************/
 /**********************************************************************
 * CLASSIC SHORTCODE
 *********************************************************************/
 .atc-reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
}

.atc-review {
    width: calc(33.333% - 25px);
    padding: 15px;
    position: relative;
    border: solid; 
}

.atc-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.atc-review-date {
    opacity: 0.7;
}

.atc-review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.atc-review-header .atc-review-info {
    flex-grow: 1;
}

.atc-review-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.atc-review-header h3 a{
    text-decoration: none;
}

.atc-review-header p {
    margin: 0;
    font-size: 15px;
}

.atc-google-logo {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
}

.atc-review-body .atc-stars {
    display: flex;
    margin-bottom: 10px;
}

.atc-review-body .atc-star {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.atc-review-body .atc-star .atc-star-fill {
    background: var(--wpr-bg-ca67c390-86fe-44eb-bb4a-4c818b9e3abc) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.atc-review-body .atc-star .atc-star-empty {
    background: var(--wpr-bg-8368a5db-2872-49dd-884d-ac9ac72d1c5b) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.atc-review-body p {
    margin: 0;
    font-size: 15px;
}

.atc-button {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
}

.atc-button:hover {
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .atc-review {
        width: calc(50% - 42px);
    }
}

@media (max-width: 768px) {
    .atc-review {
        width: calc(100%);
    }
}
 /**********************************************************************
 * END CLASSIC SHORTCODE
 *********************************************************************/
  /**********************************************************************
 * SLIDER SHORTCODE
 *********************************************************************/
 .atc-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.atc-slider {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
}

.atc-slide {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.atc-slider-review {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    min-height: 230px;
    padding: 20px;
    position: relative;
}

.atc-slider-prev,
.atc-slider-next {
    font-size: 2rem;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.atc-slider-prev {
    margin-right: 10px;
}

.atc-slider-next {
    margin-left: 10px;
}

.atc-review-header, .atc-review-body, .atc-review-footer {
    flex: none;
}

.atc-stars .atc-star {
    display: inline-block;
    margin-right: 2px;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0px;
    outline-style: solid;
}

.atc-google-logo {
    position: absolute;
    top: 20px;
    right: 20px;
}

.slick-disabled {
    opacity: 0.5;
}
/**********************************************************************
 * END SLIDER SHORTCODE
 *********************************************************************/
/**********************************************************************
 * SLIDER-BADGE SHORTCODE
 *********************************************************************/
 .atc-slider-badge-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.atc-slider-badge-container .atc-review-badge-container {
    flex: 0 0 30%;
    margin: auto;
}

.atc-slider-badge-container .atc-slider-container {
    flex: 0 0 65%;
    position: relative;
    width: 65%;
}

@media (max-width: 768px) {
    .atc-slider-badge-container .atc-review-badge-container, .atc-slider-badge-container .atc-slider-container {
        flex: 0 0 100%;
    }
    .atc-slider-badge-container .atc-slide {
        flex: 0 0 100%;
    }
}
 /**********************************************************************
 * END SLIDER-BADGE SHORTCODE
 *********************************************************************/