/* Smart Events Event Info Styles */

.se-event-info-list {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0;
    margin-top: 16px;
    max-width: 420px;
    font-family: inherit;
    color: #334155;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.07);
    overflow: hidden;
}

.se-event-location {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0;
    margin-top: 16px;
    max-width: 420px;
    font-family: inherit;
    color: #334155;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.07);
    overflow: hidden;
}

.se-event-location-heading {
    margin: 0;
    padding: 18px 24px;
    font-size: 1.2em;
    font-weight: 600;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    background: none;
    position: relative;
    z-index: 1;
}

.se-event-location .se-event-info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    font-size: 1em;
    border-bottom: 1px solid #f1f5f9;
    background: none;
}

.se-event-location .se-event-info-item:last-child {
    border-bottom: none;
}

.se-event-location .se-event-info-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    color: #334155;
    font-size: 1em;
    letter-spacing: 0.01em;
}

.se-event-location .se-event-info-label i {
    font-size: 1.2em;
    opacity: 0.85;
    min-width: 1.5em;
    text-align: center;
}

.se-event-location .se-event-info-value {
    font-weight: 600;
    color: #222;
    font-size: 1em;
    text-align: right;
    word-break: break-word;
    margin-left: 18px;
}

.se-event-info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    font-size: 1em;
    border-bottom: 1px solid #f1f5f9;
    background: none;
}
.se-event-info-item:last-child {
    border-bottom: none;
}

.se-event-info-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 0.01em;
}
.se-event-info-label i {
    font-size: 1.2em;
    opacity: 0.85;
    min-width: 1.5em;
    text-align: center;
}

.se-event-info-value {
    font-weight: 600;
    color: #222;
    font-size: 1em;
    text-align: right;
    word-break: break-word;
    margin-left: 18px;
}

.se-event-info-error {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 16px 20px;
    text-align: center;
    margin: 20px 0;
    font-family: inherit;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.07);
}

.se-event-info-calendar-links {
    display: flex;
    gap: 12px;
    align-items: center;
}
.se-event-info-calendar-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #444444 !important;
    font-size: 1.1em;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.04);
    text-decoration: none;
}
.se-event-info-calendar-links a:hover {
    background: #e0e7ef;
    box-shadow: 0 2px 6px 0 rgba(37,99,235,0.08);
}
.se-event-info-calendar-links i {
    font-size: 1.15em;
    line-height: 1;
    width: 1em;
    height: 1em;
    display: block;
    text-align: center;
}

.se-event-info-calendar-links i.fab.fa-google {
    font-size: .9em;
}

.se-event-info-line-part {
  display: inline-block;
  min-width: 90px;
  text-align: left;
  /* pridėkite kitų stilių pagal poreikį */
}

.se-event-info-line-part i {
  margin-right: 8px;
}

.se-event-info-line-sep {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1.3em;
  background: #e0e0e0;
  margin: 0 16px;
  border-radius: 1px;
  content: '';
}

.se-event-category-label {
  background-color: #1dbbb4;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 0.85em;
  display: inline-block;
  margin: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

@media (max-width: 600px) {
    .se-event-info-list {
        max-width: 100%;
    }
    .se-event-info-item {
        padding: 14px 10px;
        font-size: 0.98em;
    }
    .se-event-info-label {
        font-size: 0.97em;
    }
    .se-event-info-label i {
        font-size: 1em;
    }
    .se-event-info-value {
        font-size: 1em;
        margin-left: 10px;
    }
    .se-event-info-line-part {
      font-size: 0.92em;
      min-width: 60px;
      padding: 0 2px;
    }
    .se-event-info-line-part i {
      margin-right: 5px;
    }
    .se-event-info-line-sep {
      margin: 0 7px;
      height: 1em;
    }
}

/* Smart Events - Single Event Files Styles */

.se-event-files-list {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0;
    margin: 0px 0 16px 0;
    width: 100%;
    font-family: inherit;
    color: #334155;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.07);
    overflow: hidden;
}

.se-event-file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    font-size: 1em;
    border-bottom: 1px solid #f1f5f9;
    background: none;
    gap: 16px;
}
.se-event-file-item:last-child {
    border-bottom: none;
}

.se-event-file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 1.2em;
    flex-shrink: 0;
}

.se-event-file-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.se-event-file-name {
    font-weight: 500;
    color: #1e293b;
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 2px 0;
    word-break: break-word;
}

.se-event-file-size {
    font-weight: 400;
    color: #64748b;
    font-size: 0.9em;
    line-height: 1.3;
    margin: 0;
}

.se-event-file-download {
    flex-shrink: 0;
}

.se-event-file-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #1dbbb4;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.9em;
    font-weight: 500;
    transition: background 0.2s ease;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}

.se-event-file-download-btn:hover {
    background: #1a9f98;
    text-decoration: none;
}

.se-event-file-download-btn i {
    font-size: 0.9em;
}



@media (max-width: 600px) {
    .se-event-files-list {
        margin: 16px 0;
    }
    .se-event-file-item {
        padding: 12px 20px;
        gap: 12px;
    }
    .se-event-file-icon {
        width: 36px;
        height: 36px;
        font-size: 1.1em;
    }
    .se-event-file-name {
        font-size: 0.95em;
    }
    .se-event-file-size {
        font-size: 0.85em;
    }
    .se-event-file-download-btn {
        padding: 6px 12px;
        font-size: 0.85em;
    }
} 

/* Live Status Styles */
.se-event-live-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ff4757, #ff3742);
    color: white;
    padding: 2px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
    animation: livePulse 2s ease-in-out infinite;
}

.se-event-live-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
}

.se-event-live-dot {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    animation: liveBlink 1.5s ease-in-out infinite;
}

.se-event-live-text {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.se-event-live-time {
    font-size: 12px;
    opacity: 0.9;
    font-weight: 500;
}

/* Animations */
@keyframes livePulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 6px 20px rgba(255, 71, 87, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
    }
}

@keyframes liveBlink {
    0%, 50% {
        opacity: 1;
        transform: scale(1);
    }
    25%, 75% {
        opacity: 0.7;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .se-event-live-status {
        padding: 6px 12px;
        font-size: 12px;
        gap: 8px;
    }
    
    .se-event-live-time {
        font-size: 11px;
    }
}

/* Hover effect */
.se-event-live-status:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 71, 87, 0.5);
    transition: all 0.3s ease;
} 

/* Smart Events - Event Info Line Styles */

.se-event-info-line {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    line-height: 1.4;
}

/* Horizontalus layout (row) */
.se-event-info-line-row {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

/* Vertikalus layout (column) */
.se-event-info-line-column {
    flex-direction: column;
    align-items: flex-start; /* Centruojama pagal kairę */
    gap: 4px;
}

/* Informacijos dalys */
.se-event-info-line-part {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    flex-shrink: 0; /* Neleidžia suspausti */
    margin-bottom: 5px; /* Tarpas tarp eilučių */
}

.se-event-info-line-part i {
    color: var(--se-primary, #1dbbb4);
    font-size: 14px;
    width: 16px;
    text-align: center;
    flex-shrink: 0; /* Ikonos nespaudžiamos */
}

/* Separator'iai */
.se-event-info-line-sep {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 1.3em;
    background: #e0e0e0;
    margin: 0 4px;
    border-radius: 1px;
    flex-shrink: 0;
    margin-bottom: 5px; /* Tarpas tarp eilučių */
}

/* Responsive stiliai */
@media (max-width: 768px) {
    .se-event-info-line {
        gap: 8px;
    }
    
    .se-event-info-line-part {
        font-size: 14px;
        margin-bottom: 8px; /* Didesnis tarpas mobiliesiems */
    }
    
    .se-event-info-line-sep {
        margin-bottom: 8px;
    }
} 

/* Registruotis mygtukas */
.se-register-btn {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1em;
    line-height: 1.1;
    padding: 0.8em 1.6em;
    border-radius: 0.3em;
    background: var(--se-primary);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: box-shadow 0.5s, transform 0.5s;
    box-shadow: 0 2px 12px 0 rgba(30, 187, 180, 0.18);
    text-transform: uppercase;
}
.se-register-btn:hover, .se-register-btn:focus {
    background: var(--se-gradient, linear-gradient(75deg, #0aaead 0%, #8360c3 100%));
    box-shadow: 0 4px 20px 0 rgba(30, 187, 180, 0.28);
    color: #fff !important;
}
.se-register-btn .fa-user-plus {
    margin-right: 8px;
}

/* Smart Events Event Members Only Styles */
.se-event-members-only {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--se-gradient, linear-gradient(75deg, #0aaead 0%, #8360c3 100%));
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(29, 187, 180, 0.3);
    margin: 8px 0;
    transition: all 0.2s ease;
}

.se-event-members-only:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(29, 187, 180, 0.4);
}

.se-event-members-only i {
    font-size: 1.1em;
    opacity: 0.9;
}

.se-event-members-only span {
    letter-spacing: 0.02em;
}

@media (max-width: 600px) {
    .se-event-members-only {
        font-size: 0.85em;
        padding: 6px 12px;
    }
    
    .se-event-members-only i {
        font-size: 1em;
    }
} 

/* Smart Events Event Speaker Styles */

.se-event-speakers-heading {
    font-size: 1.3em;
    font-weight: 600;
    color: #1e293b;
    margin: 0px 0 16px 0;
    padding: 0;
    line-height: 1.3;
}

.se-event-speakers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin: 20px 0;
}

.se-event-speaker-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: inherit;
    transition: box-shadow 0.2s ease;
}

.se-event-speaker-card:hover {
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
}

.se-event-speaker-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.se-event-speaker-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.se-event-speaker-avatar img[src*="avatar-placeholder.svg"] {
    opacity: 0.6;
    transform: scale(0.8);
}

.se-event-speaker-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.se-event-speaker-name {
    font-size: 1.1em;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}

.se-event-speaker-about {
    font-size: 0.8em;
    font-weight: 400;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 600px) {
    .se-event-speakers-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 16px 0;
    }
    .se-event-speaker-card {
        padding: 16px;
        gap: 12px;
    }
    .se-event-speaker-avatar {
        width: 48px;
        height: 48px;
    }
    .se-event-speaker-name {
        font-size: 1.05em;
    }
} 

/* Smart Events Countdown Styles */

.se-countdown-wrapper {
    text-align: center;
    margin: 20px 0;
}

.se-countdown-title {
    font-size: 0.75em;
    text-align: center;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    margin-bottom: 8px;
    font-family: 'Arial', sans-serif;
}

.se-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.se-countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8fafc;
    color: #334155;
    padding: 10px 16px;
    border-radius: 8px;
    min-width: 56px;
    border: 1px solid #e2e8f0;
    box-shadow: none;
    transition: none;
    position: relative;
    overflow: hidden;
}

.se-countdown-number {
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2px;
    display: inline-block;
    min-width: 2ch;
    text-align: center;
    font-variant-numeric: tabular-nums;
    color: #334155;
}

.se-countdown-label {
    font-size: 0.75em;
    text-align: center;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    min-width: 4ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.se-countdown-compact {
    background: #f8fafc;
    color: #334155;
    padding: 10px 18px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: none;
    transition: none;
}

.se-countdown-text {
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    color: #334155;
}

.se-countdown-expired {
    background: #f8fafc;
    color: #94a3b8;
    padding: 10px 18px;
    border-radius: 16px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #e2e8f0;
    box-shadow: none;
}

.se-countdown-error {
    background: #f8fafc;
    color: #dc3545;
    padding: 10px 18px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #dc3545;
}

/* Responsive dizainas */
@media (max-width: 768px) {
    .se-countdown {
        flex-wrap: wrap;
        gap: 8px;
    }
    .se-countdown-item {
        min-width: 44px;
        padding: 8px 10px;
    }
    .se-countdown-number {
        font-size: 1.2em;
    }
    .se-countdown-label {
        font-size: 0.8em;
    }
    .se-countdown-text {
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .se-countdown {
        flex-direction: row;
        gap: 6px;
        flex-wrap: nowrap;
    }
    .se-countdown-item {
        min-width: 40px;
        padding: 6px 8px;
    }
    .se-countdown-number {
        font-size: 1em;
    }
    .se-countdown-label {
        font-size: 0.65em;
    }
} 