/* Akwaba Festival – Ticket Cards v3.1.0
   Nessun bordo, nessun outline, nessuna cornice.
   Solo dentellato top/bottom e sfondo bianco/arancione. */

:root { --akwt-bg: #F4EDE4; }

.akwt-wrap {
    font-family: inherit;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}
.akwt-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
    align-items: stretch;
}
.akwt-row:last-child { margin-bottom: 0; }

/* SHELL — nessun border, nessun outline */
.akwt-ticket {
    display: flex;
    flex-direction: column;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
}

.akwt-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: none !important;
    padding: 0;
    margin: 0;
    background: transparent;
}

/* NOTCH */
.akwt-notch {
    height: 18px;
    position: relative;
    flex-shrink: 0;
    background: #ffffff;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
}
.akwt-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    right: -4px;
    height: 18px;
    background: radial-gradient(circle at 50% 0%, var(--akwt-bg) 9px, transparent 9px);
    background-size: 18px 18px;
    background-repeat: repeat-x;
    border: none !important;
    z-index: 1;
}
.akwt-bot::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    height: 18px;
    background: radial-gradient(circle at 50% 100%, var(--akwt-bg) 9px, transparent 9px);
    background-size: 18px 18px;
    background-repeat: repeat-x;
    border: none !important;
    z-index: 1;
}

/* BODY — tratteggio solo top e bottom, nessun lato */
.akwt-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px 26px 26px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0;
    background-color: #ffffff;
    background-image:
        repeating-linear-gradient(90deg, #c0b8cc 0px, #c0b8cc 7px, transparent 7px, transparent 13px),
        repeating-linear-gradient(90deg, #c0b8cc 0px, #c0b8cc 7px, transparent 7px, transparent 13px);
    background-size: 100% 2px, 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: repeat-x;
}

/* FEATURED */
.akwt-featured .akwt-notch { background: #E8532A; }
.akwt-featured .akwt-body {
    background-color: #E8532A;
    background-image:
        repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0px, rgba(255,255,255,.28) 7px, transparent 7px, transparent 13px),
        repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0px, rgba(255,255,255,.28) 7px, transparent 7px, transparent 13px);
    background-size: 100% 2px, 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: repeat-x;
}

/* TESTI */
.akwt-sub {
    display: block; font-size: 12px; color: #999;
    margin: 0 0 6px; min-height: 18px;
    border: none !important; background: none; padding: 0;
}
.akwt-name {
    display: block; font-size: 20px; font-weight: 700; color: #1a1a1a;
    margin: 0 0 16px; text-transform: uppercase; letter-spacing: .02em;
    border: none !important; background: none; padding: 0;
}
.akwt-old {
    display: block; font-size: 14px; color: #E8532A;
    text-decoration: line-through; margin: 0 0 2px; min-height: 20px;
    border: none !important; background: none; padding: 0;
}
.akwt-price {
    font-size: 52px; font-weight: 700; color: #1a1a1a;
    line-height: 1; margin: 0 0 6px;
    border: none !important; background: none; padding: 0;
}
.akwt-until {
    display: block; font-size: 12px; color: #E8532A;
    margin: 0 0 18px; min-height: 18px;
    border: none !important; background: none; padding: 0;
}
.akwt-sep {
    display: block; height: 1px; background: #e0d8d0;
    margin: 0 0 18px; border: none !important; padding: 0;
}
.akwt-spacer    { flex: 1; min-height: 16px; border: none !important; }
.akwt-spacer-sm { height: 16px; border: none !important; }

/* FEATURES */
.akwt-features {
    list-style: none !important; flex: 1;
    margin: 0 0 24px !important; padding: 0 !important;
    display: flex; flex-direction: column; gap: 12px;
    border: none !important; background: none;
}
.akwt-features li {
    font-size: 14px; color: #444; display: flex;
    align-items: center; gap: 10px; line-height: 1.3;
    border: none !important; background: none;
    padding: 0 !important; margin: 0 !important;
}
.akwt-features li::before,
.akwt-features li::after { display: none !important; content: none !important; }

.akwt-chk {
    width: 22px; height: 22px; min-width: 22px;
    border-radius: 50%; background: #1a1a1a !important;
    border: none !important; outline: none !important;
    display: flex; align-items: center; justify-content: center;
    padding: 0; box-shadow: none; flex-shrink: 0;
}
.akwt-chk svg {
    width: 11px; height: 11px; stroke: #fff;
    stroke-width: 2.5; fill: none;
    stroke-linecap: round; stroke-linejoin: round;
}

/* FEATURED TESTI */
.akwt-featured .akwt-sub   { color: rgba(255,255,255,.72); }
.akwt-featured .akwt-name  { color: #fff; }
.akwt-featured .akwt-old   { color: rgba(255,255,255,.55); }
.akwt-featured .akwt-price { color: #fff; }
.akwt-featured .akwt-until { color: rgba(255,255,255,.85); }
.akwt-featured .akwt-sep   { background: rgba(255,255,255,.30); }
.akwt-featured .akwt-features li { color: rgba(255,255,255,.92); }
.akwt-featured .akwt-chk   { background: rgba(255,255,255,.88) !important; }
.akwt-featured .akwt-chk svg { stroke: #E8532A; }

/* BOTTONE */
.akwt-btn {
    display: block !important; width: 100%;
    background: #E8532A !important; color: #fff !important;
    border: none !important; outline: none !important;
    border-radius: 40px !important; padding: 13px 0 !important;
    font-size: 12px !important; font-weight: 700 !important;
    letter-spacing: .10em !important; text-transform: uppercase !important;
    text-align: center !important; text-decoration: none !important;
    cursor: pointer; transition: opacity .15s;
    box-shadow: none !important; margin: 0 !important; line-height: 1.4 !important;
}
.akwt-btn:hover,
.akwt-btn:focus,
.akwt-btn:visited { opacity: .85; color: #fff !important; text-decoration: none !important; }

.akwt-featured .akwt-btn         { background: #fff !important; color: #E8532A !important; }
.akwt-featured .akwt-btn:hover   { color: #E8532A !important; }
.akwt-featured .akwt-btn:visited { color: #E8532A !important; }

/* COMPACT */
.akwt-compact .akwt-body  { padding: 20px 26px 22px; }
.akwt-compact .akwt-name  { margin-bottom: 10px; }
.akwt-compact .akwt-price { font-size: 40px; margin-bottom: 0; }

/* RESPONSIVE */
@media (max-width: 700px) {
    .akwt-row { grid-template-columns: 1fr; }
}
