.cti-85c3c808-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.cti-85c3c808-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px; /* Locked maximum width to keep things beautifully circular */
    aspect-ratio: 1 / 1 !important; /* Forces the whole widget block to be perfectly square */
}

.cti-85c3c808-text-wrapper {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    transform-origin: center center;
    will-change: transform;
}

.cti-85c3c808-svg {
    width: 100% !important;
    height: 100% !important;
    display: block;
    box-sizing: border-box;
    overflow: visible;
}

.cti-85c3c808-text {
    fill: #111111;
    font-size: 16px;
    text-transform: uppercase;
}

.cti-85c3c808-image-wrapper {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1;
    overflow: hidden;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    aspect-ratio: 1 / 1 !important;
}

.cti-85c3c808-image {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    display: block !important;
}

@keyframes cti-rotate-85c3c808 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
