.antuju-weighcard-preview-card {
    width: 85mm;
    height: 55mm;
    border-radius: 6mm;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-top: 12px;
}

.antuju-weighcard-preview-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 6mm 6mm 7mm 6mm;
    box-sizing: border-box;
}

.antuju-weighcard-preview-card__header {
    display: flex;
    flex-direction: column;
    gap: 2.2mm;
}

.antuju-weighcard-preview-card__main {
    display: flex;
    gap: 6mm;
    align-items: flex-start;
    flex: 1 1 auto;
    margin-top: 2.5mm;
}

.antuju-weighcard-preview-card__text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 2.2mm;
    color: #2a2a2a;
}

.antuju-weighcard-preview-card__name {
    font-weight: 800;
    font-size: 13pt;
    color: #c5161d;
    line-height: 1.1;
}

.antuju-weighcard-preview-card__accent {
    width: 100%;
    height: 2px;
    background: #c5161d;
}

.antuju-weighcard-preview-card__club {
    font-size: 10pt;
    color: #6f6f6f;
    font-weight: 700;
}

.antuju-weighcard-preview-card__age {
    font-size: 10pt;
    color: #c5161d;
    font-weight: 700;
}

.antuju-weighcard-preview-card__weight-hint {
    font-size: 8pt;
    color: #e6e6e6;
    letter-spacing: 0.4px;
    margin-top: 5px;
}

.antuju-weighcard-preview-card__id {
    margin-top: auto;
    padding-top: 4mm;
    font-size: 8.5pt;
    color: #444;
}

.antuju-weighcard-preview-card__qr {
    flex: 0 0 auto;
    align-self: flex-start;
}

.antuju-weighcard-preview-card__qr-box {
    width: calc(26mm - 5px);
    height: calc(26mm - 5px);
    background: #fff;
    border-radius: 2mm;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    padding: 0.7mm;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.6mm;
}

.antuju-weighcard-preview-card__qr-box svg {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: block;
    shape-rendering: crispEdges;
    image-rendering: pixelated;
}

.antuju-weighcard-preview-card__qr-id {
    font-size: 7.5pt;
    color: #333;
    line-height: 1.1;
    word-break: break-all;
    text-align: center;
    width: 100%;
}

.antuju-weighcard-preview-card__footer-top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7mm;
    height: 1mm;
    background: #111;
}

.antuju-weighcard-preview-card__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7mm;
    background: #c5161d;
    color: #fff;
    font-size: 9pt;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6mm;
    box-sizing: border-box;
}

.antuju-weighcard-separator {
    border: 0;
    border-top: 1px solid #d6d6d6;
    margin: 12px 0 8px;
}
