/**
 * Atomic Elementor widgets — layout defaults.
 * Fine styling is controlled from Elementor Style tabs.
 *
 * @package Kevents
 * @version 1.9.29
 */

.kevents-el-cluster {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.kevents-el-skill,
.kevents-el-social-link,
.kevents-el-login-btn,
.kevents-el-edit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    line-height: 1.2;
}

.kevents-el-skill {
    background: rgba(127, 127, 127, 0.12);
}

.kevents-el-social-link,
.kevents-el-login-btn,
.kevents-el-edit-btn {
    background: rgba(127, 127, 127, 0.12);
    color: inherit;
}

.kevents-el-social-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    font-size: 0.75em;
    font-weight: 700;
    background: rgba(127, 127, 127, 0.18);
}

.kevents-el-media img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.kevents-el-profile-photo img {
    border-radius: 50%;
}

.kevents-el-profile-cover img,
.kevents-el-event-image img {
    width: 100%;
    object-fit: cover;
}

.kevents-el-qr {
    text-align: center;
}

.kevents-el-qr img {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

.kevents-el-qr-caption {
    margin: 10px 0 0;
}

.kevents-el-profile-contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.kevents-el-countdown {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
}

.kevents-el-cd-unit {
    min-width: 72px;
    padding: 12px 10px;
    text-align: center;
    background: rgba(127, 127, 127, 0.1);
    border-radius: 8px;
}

.kevents-el-cd-value {
    display: block;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.1;
}

.kevents-el-cd-label {
    display: block;
    font-size: 0.75em;
    opacity: 0.8;
    margin-top: 4px;
}

.kevents-el-cd-expired {
    font-weight: 600;
}

.kevents-el-profile-name,
.kevents-el-event-title,
.kevents-el-profile-job,
.kevents-el-event-date,
.kevents-el-event-location {
    margin: 0;
}

.kevents-el-profile-about > *:first-child {
    margin-top: 0;
}

.kevents-el-profile-about > *:last-child {
    margin-bottom: 0;
}
