.angie-tc-extras {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 10;
    position: relative;
    width: 100%;
}

.elementor-testimonial--align-left .angie-tc-extras { align-items: flex-start; }
.elementor-testimonial--align-right .angie-tc-extras { align-items: flex-end; }

.angie-tc-stars {
    font-size: 18px;
    line-height: 1;
    text-align: center;
}

.angie-tc-read-more,
.angie-tc-read-more:hover,
.angie-tc-read-more:focus,
.angie-tc-read-more:active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    min-height: 0;
    line-height: inherit;
    text-transform: none;
}

.angie-tc-read-more:hover {
    text-decoration: underline;
}

.angie-tc-clickable-slide {
    cursor: pointer;
}

.angie-tc-modal-overlay-6cf94c14 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.angie-tc-modal-overlay-6cf94c14.angie-tc-modal-active {
    opacity: 1;
    visibility: visible;
}

.angie-tc-modal-content-6cf94c14 {
    padding: 70px 40px 60px;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.angie-tc-modal-active .angie-tc-modal-content-6cf94c14 {
    transform: translateY(0);
}

.angie-tc-modal-close-6cf94c14 {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--angie-tc-close-color);
    background-color: var(--angie-tc-close-bg);
    box-shadow: none !important;
    outline: 0;
    cursor: pointer;
    padding: 0;
    width: var(--angie-tc-close-box-size);
    height: var(--angie-tc-close-box-size);
    min-width: 0;
    min-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    text-decoration: none;
    transform: none !important;
}

.angie-tc-modal-close-6cf94c14:hover,
.angie-tc-modal-close-6cf94c14:focus,
.angie-tc-modal-close-6cf94c14:active {
    color: var(--angie-tc-close-hover-color, var(--angie-tc-close-color));
    background-color: var(--angie-tc-close-hover-bg, var(--angie-tc-close-bg));
    box-shadow: none !important;
    outline: 0;
    text-decoration: none;
    transform: none !important;
}

.angie-tc-modal-close-6cf94c14 svg {
    display: block;
    width: var(--angie-tc-close-icon-size);
    height: var(--angie-tc-close-icon-size);
    fill: currentColor;
}

.angie-tc-modal-close-6cf94c14 i {
    display: block;
    font-size: var(--angie-tc-close-icon-size);
    line-height: 1;
}

.angie-tc-modal-close-6cf94c14 img {
    display: block;
    width: var(--angie-tc-close-icon-size);
    height: var(--angie-tc-close-icon-size);
}

.angie-tc-modal-close-6cf94c14 svg path,
.angie-tc-modal-close-6cf94c14 svg * {
    fill: currentColor;
}

.angie-tc-modal-header-6cf94c14 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    max-width: 760px;
}

.angie-tc-modal-desc-6cf94c14 {
    font-size: 1em;
    line-height: 1.6;
    color: inherit;
    text-align: center;
    max-width: 760px;
}

.angie-tc-modal-stars-6cf94c14 .angie-tc-stars {
    font-size: 34px;
}

.angie-tc-modal-footer-6cf94c14 {
    margin-top: 10px;
}

.angie-tc-modal-name-6cf94c14 {
    font-weight: 600;
    font-size: 1.1em;
}

.angie-tc-modal-title-6cf94c14 {
    font-size: 0.9em;
    opacity: 0.8;
}

.angie-tc-stars {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.12em;
    padding: 0;
}

.angie-tc-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.angie-tc-star svg,
.angie-tc-star img,
.angie-tc-star i {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
}

.angie-tc-star svg,
.angie-tc-star svg * {
    fill: currentColor;
}
