.crg-widget-container-195ff92e {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: sans-serif;
}

.crg-btn-195ff92e {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #EE3224;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.crg-btn-195ff92e:hover {
    transform: scale(1.1);
}

.crg-panel-195ff92e {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 300px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.crg-panel-195ff92e.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.crg-panel-header-195ff92e {
    background: #EE3224;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.crg-panel-header-195ff92e h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.crg-panel-close-195ff92e {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.crg-panel-content-195ff92e {
    padding: 20px;
    max-height: 400px;
    overflow-y: auto;
}

.crg-stats-list-195ff92e {
    list-style: none;
    padding: 0;
    margin: 0;
}

.crg-stat-item-195ff92e {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.crg-stat-item-195ff92e:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.crg-stat-icon-195ff92e {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #fdf2f1;
    color: #EE3224;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
}

.crg-stat-details-195ff92e {
    display: flex;
    flex-direction: column;
}

.crg-stat-value-195ff92e {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}

.crg-stat-label-195ff92e {
    font-size: 13px;
    color: #666;
}

/* Editor preview fix */
.elementor-editor-active .crg-panel-195ff92e {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 20px;
}
