
.orarend-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 24px;
}
.joga-orarend-card {
    position: relative;
    width: 360px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    color: #000;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.joga-status-dot {
    position: absolute;
    top: 20px;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    z-index: 3;
    border: 2px solid rgba(255,255,255,.72);
    box-shadow: 0 0 0 10px rgba(255,255,255,.22), 0 10px 24px rgba(0,0,0,.16), 0 0 18px currentColor;
    transition: background .22s ease, color .22s ease, opacity .22s ease, transform .22s ease;
}
.joga-status-dot-right { right: 20px; }
.joga-status-dot-left { left: 18px; }
.joga-status-on { color: #20c56a; background: #20c56a; }
.joga-status-cancel { color: #ef4444; background: #ef4444; }
.joga-status-full { color: #f59e0b; background: #f59e0b; }
.joga-status-away { color: #3b82f6; background: #3b82f6; }
.joga-status-idle {
    color: #b9aea6;
    background: #d2c5bc;
    opacity: .72;
    box-shadow: 0 0 0 9px rgba(255,255,255,.16), 0 8px 18px rgba(0,0,0,.12);
}
.joga-status-on,
.joga-status-cancel,
.joga-status-full,
.joga-status-away {
    animation: jogaStatusGlow 1.8s ease-in-out infinite;
}
@keyframes jogaStatusGlow {
    0%, 100% { transform: scale(1); filter: brightness(1); }
    50% { transform: scale(1.12); filter: brightness(1.16); }
}
.joga-status-badge-slot:empty {
    display: none;
}
.joga-status-badge {
    display: flex;
    align-items: center;
    gap: 13px;
    width: min(100%, 310px);
    min-height: 74px;
    margin: 14px auto 0;
    padding: 12px 16px;
    border-radius: 17px;
    font-weight: 850;
    line-height: 1.2;
    text-align: left;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-sizing: border-box;
    box-shadow: 0 16px 32px rgba(56,45,38,.22), inset 0 1px 0 rgba(255,255,255,.54);
    overflow: hidden;
    position: relative;
}
.joga-status-badge:after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 16px;
    background: linear-gradient(120deg, rgba(255,255,255,.25), rgba(255,255,255,0) 48%);
    pointer-events: none;
}
.joga-status-badge-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.22);
    border: 1px solid rgba(255,255,255,.35);
    box-shadow: 0 12px 22px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.42);
}
.joga-status-badge-icon:before {
    content: "";
    width: 31px;
    height: 31px;
    display: block;
    background: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
.joga-status-badge-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    position: relative;
    z-index: 1;
}
.joga-status-badge-title {
    font-size: 19px;
    letter-spacing: 0;
}
.joga-status-badge-range,
.joga-status-badge-sub {
    font-size: 14px;
    font-weight: 800;
}
.joga-status-badge-range {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 3px 11px 4px;
    border-radius: 999px;
    background: rgba(222,200,136,.9);
    color: #5f3f11;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}
.joga-status-badge-sub strong {
    display: inline-block;
    padding: 1px 8px 2px;
    border-radius: 999px;
    background: rgba(255,255,255,.58);
    color: #5f3f11;
}
.joga-status-badge-cancel {
    color: #1b0505;
    border: 1px solid rgba(255,105,105,.9);
    background: linear-gradient(145deg, rgba(255,90,90,.98), rgba(229,45,52,.95));
    box-shadow: 0 18px 34px rgba(133,25,28,.24), inset 0 1px 0 rgba(255,255,255,.28);
}
.joga-status-badge-cancel .joga-status-badge-icon:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5.2' width='15' height='13.4' rx='2.4'/%3E%3Cpath d='M8 3.7v3M15 3.7v3M7 10.8h9.2M15.8 15.2l4 4M19.8 15.2l-4 4'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5.2' width='15' height='13.4' rx='2.4'/%3E%3Cpath d='M8 3.7v3M15 3.7v3M7 10.8h9.2M15.8 15.2l4 4M19.8 15.2l-4 4'/%3E%3C/g%3E%3C/svg%3E");
}
.joga-status-badge-full {
    color: #211205;
    border: 1px solid rgba(255,177,38,.95);
    background: linear-gradient(145deg, rgba(238,151,27,.98), rgba(209,111,12,.96));
    box-shadow: 0 18px 34px rgba(124,63,0,.24), inset 0 1px 0 rgba(255,255,255,.24);
}
.joga-status-badge-full .joga-status-badge-icon:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8.3' r='2.2'/%3E%3Ccircle cx='14.2' cy='8.1' r='1.9'/%3E%3Cpath d='M4 17c.7-2.7 2.6-4.1 5.2-4.1 2.3 0 4 1.1 4.9 3.1'/%3E%3Ccircle cx='17.5' cy='16.2' r='3.2'/%3E%3Cpath d='M16.3 15l2.4 2.4M18.7 15l-2.4 2.4'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8.3' r='2.2'/%3E%3Ccircle cx='14.2' cy='8.1' r='1.9'/%3E%3Cpath d='M4 17c.7-2.7 2.6-4.1 5.2-4.1 2.3 0 4 1.1 4.9 3.1'/%3E%3Ccircle cx='17.5' cy='16.2' r='3.2'/%3E%3Cpath d='M16.3 15l2.4 2.4M18.7 15l-2.4 2.4'/%3E%3C/g%3E%3C/svg%3E");
}
.joga-status-badge-away {
    color: #234b82;
    border: 1px solid rgba(184,212,255,.92);
    background: linear-gradient(145deg, rgba(227,239,255,.94), rgba(203,224,252,.82));
}
.joga-status-badge-away .joga-status-badge-icon:before {
    content: "☀";
    color: #2f6faa;
    width: auto;
    height: auto;
    background: transparent;
    -webkit-mask-image: none;
    mask-image: none;
    font-size: 30px;
    line-height: 1;
}
.joga-orarend-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
.joga-orarend-card .logo {
    max-width: 120px;
    margin-bottom: 10px;
}
.joga-orarend-card h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.joga-orarend-card .date {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    background: #ffffff40;
    padding: 8px;
    border-radius: 12px;
    margin: 10px 0 5px;
}
.joga-orarend-card .time {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    background: #ffffff20;
    padding: 6px;
    border-radius: 10px;
}
.joga-orarend-card .login-btn {
    display: inline-block;
    margin: 12px 0;
    padding: 10px 20px;
    background: #ffffff20;
    color: black;
    border: 1px solid black;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.joga-orarend-card .login-btn:hover {
    background: black;
    color: white;
}
.joga-orarend-card .map-container {
    margin-top: 12px;
    border: 2px solid black;
    border-radius: 10px;
    overflow: hidden;
}

.joga-orarend-card .note {
    margin-top: 12px;
    background: #fff3b0;
    color: #222;
    border-left: 4px solid #f2b600;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(242, 182, 0, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(242, 182, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(242, 182, 0, 0); }
}

.joga-orarend-card .note.red-pulse {
    background: #ffd6d6;
    color: #a60000;
    border-left: 4px solid #ff3333;
    animation: redpulse 2s infinite;
}
@keyframes redpulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 51, 51, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(255, 51, 51, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 51, 51, 0); }
}
/* Egységes alsó térköz */
.joga-orarend-card {
    padding-bottom: 44px;
}

/* GóPála logó kisebbre vétele és középre igazítása */
.joga-orarend-card.gopala .logo {
    max-width: 90px;
    margin-bottom: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Finomhangolás: GóPála kártya igazítása az Inspirállal egy vonalba */
.joga-orarend-card.gopala {
    padding-top: 20px; /* kisebb felső padding */
}

/* Finomhangolt igazítás: GóPála logó mérete és pozíciója */
.joga-orarend-card.gopala .logo {
    max-width: 90px;
    height: 60px;
    object-fit: contain;
    margin-top: -12px;
    margin-bottom: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* GóPála kártya felső paddingje */
.joga-orarend-card.gopala {
    padding-top: 16px;
}
