.logo-ctrl {
    height: 5.5em;
}

.cg-card-wrapper {
    background: white;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

/* Video Section */
.cg-card-video {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.cg-card-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cg-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 14px;
    color: #007bff;
    font-size: 18px;
    text-align: center;
}

.cg-free-label {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 10px;
    text-align: right;
}

.cg-free-label span {
    background: white;
    color: #333;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 2px;
    display: block;
}

.cg-badge-category {
    background-color: #96c93d;
    color: white;
    font-weight: bold;
    padding: 2px 6px;
    margin-top: 2px;
    border-radius: 2px;
}

.cg-brand-logo {
    position: absolute;
    top: 8px;
    left: 12px;
    background: white;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 3px;
    color: #1c5aa6;
}

/* Content */
.cg-card-content {
    padding: 16px;
}

.cg-card-badge {
    background-color: #e9e4fc;
    color: #6b46c1;
    font-size: 11px;
    font-weight: 600;
    padding: 0px 8px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 10px;
}

.cg-card-badge i {
    margin-right: 5px;
}

.cg-card-title {
    font-size: 17px;
    margin: 0 0 8px;
    text-transform: capitalize;
    font-weight: bold;
}

.cg-card-enrolled {
    color: #555;
    margin-bottom: 12px;
}

.cg-card-enrolled i {
    color: #007bff;
    margin-right: 5px;
}

.cg-card-highlight {
    color: #007bff;
    font-weight: 600;
}

.cg-card-reactions {
    display: flex;
    justify-content: space-between;
    background-color: #ebf7ff;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 14px;
    color: #333;
}

.cg-card-reactions span {
    display: flex;
    align-items: center;
}

.cg-card-reactions i {
    margin-right: 5px;
    color: #666;
}

.cg-card-info {
    margin-bottom: 16px;
}

.cg-card-info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.cg-card-info i {
    color: #888;
    margin-right: 8px;
}

.cg-card-button {
    width: 100%;
    background-color: #00b386;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.cg-card-button:hover {
    background-color: #009973;
}

.cr-review-container {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    padding: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.cr-header h2 {
    font-size: 20px;
    margin: 0;
    color: #222;
}

.cr-header h3 {
    font-size: 16px;
    color: #333;
    margin: 8px 0;
}

.cr-meta {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
}

.cr-dot {
    font-size: 6px;
    color: #999;
}

.cr-review-list {
    margin-top: 24px;
}

.cr-review-card {
    background: #fafafa;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #eee;
}

.cr-review-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.cr-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
}

.cr-reviewer-info {
    flex: 1;
}

.cr-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.cr-flag {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
}

.cr-badge {
    background: #eef3ff;
    color: #3a57e8;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.cr-reaction {
    font-size: 14px;
    margin-top: 4px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.cr-loved {
    color: #007bff;
}

.cr-liked {
    color: #0d9488;
}

.cr-comment {
    font-size: 14px;
    margin-top: 10px;
    color: #444;
}

.cr-footer {
    margin-top: 12px;
    font-size: 13px;
    color: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cr-help-actions i {
    margin-right: 8px;
    cursor: pointer;
    color: #888;
}

.cr-more-reviews {
    text-align: left;
    font-size: 14px;
    color: #007bff;
    font-weight: 500;
    cursor: pointer;
    padding-top: 8px;
    border-top: 1px solid #eee;
}
@media only screen and (max-width: 600px) {
    .mobile-display-hide {
        display: none;
    }
    .mobile-display-show {
        display: block;
    }
    .mobile-text-color {
        color: #3467ef !important;
    }
}
@media only screen and (min-width: 600px) {
    .mobile-display-show {
        display: none;
    }
    .mobile-display-hide {
        display: block;
    }
}
