.elementor-2282 .elementor-element.elementor-element-7dcf47a{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-c8c2ea2 */.kian-my-groups-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 30px 0;
    direction: rtl;
}

.kian-group-card {
    background: linear-gradient(145deg, #ffffff, #f7f9fc);
    border: 1px solid #e7ecf2;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: all 0.28s ease;
    position: relative;
    overflow: hidden;
}

.kian-group-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border-color: #d9e3f0;
}

.kian-group-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
}

.kian-group-card-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.kian-group-avatar img,
.kian-group-avatar-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
    background: linear-gradient(135deg, #e0e7ff, #ede9fe);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 1px solid #dbe4f0;
}

.kian-group-meta {
    flex: 1;
}

.kian-group-title {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.6;
    color: #0f172a;
    font-weight: 800;
}

.kian-group-members {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.kian-group-desc {
    color: #334155;
    font-size: 14px;
    line-height: 2;
    min-height: 60px;
    margin-bottom: 18px;
}

.kian-group-actions {
    margin-top: 10px;
}

.kian-group-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 12px;
    background: linear-gradient(90deg, #2563eb, #4f46e5);
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.kian-group-btn:hover {
    background: linear-gradient(90deg, #1d4ed8, #4338ca);
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(37, 99, 235, 0.28);
}

.kian-my-groups-notice,
.kian-my-groups-empty {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px 20px;
    color: #334155;
    font-size: 15px;
    line-height: 1.9;
    margin: 20px 0;
}/* End custom CSS */