.asb-sp-container {
    background-color: #fcfbfa;
    border: 1px solid #ebd9c5;
    border-radius: 12px;
    padding: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.asb-sp-header {
    margin-bottom: 24px;
    border-bottom: 1px solid #ebd9c5;
    padding-bottom: 12px;
}

.asb-sp-header-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0c3cd8;
    margin: 0;
}

.asb-sp-list {
    display: flex;
    flex-direction: column;
}

.asb-sp-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #f2e9de;
    gap: 16px;
}

.asb-sp-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.asb-sp-row:first-child {
    padding-top: 0;
}

.asb-sp-left {
    min-width: 40px;
}

.asb-sp-num {
    font-size: 16px;
    font-weight: 800;
    color: #0c3cd8;
}

.asb-sp-middle {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.asb-sp-opponent {
    font-size: 16px;
    font-weight: 700;
    color: #001340;
}

.asb-sp-location {
    font-size: 13px;
    color: #8c9ba5;
}

.asb-sp-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    min-width: 100px;
}

.asb-sp-date {
    font-size: 15px;
    font-weight: 700;
    color: #001340;
}

.asb-sp-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.asb-sp-tag-heim {
    color: #0c3cd8;
}

.asb-sp-tag-away {
    color: #ae9f91;
}

@media (max-width: 600px) {
    .asb-sp-row {
        align-items: flex-start;
    }
}
