.mxt-ai-delivery {
    display: grid;
    gap: 14px;
}

.mxt-ai-delivery-title {
    margin: 0 0 16px;
    color: #3f574f;
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
    font-size: 1.28rem;
    font-weight: 700;
    letter-spacing: 0;
}

.mxt-ai-delivery-section {
    position: relative;
    padding: 22px 24px 22px 26px;
    border: 1px solid rgba(112, 136, 125, 0.16);
    border-radius: 24px;
    background:
        radial-gradient(circle at 96% 0%, rgba(184,149,107,0.12), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.82), rgba(250,246,240,0.76));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.82),
        0 12px 28px rgba(67,48,25,0.045);
}

.mxt-ai-delivery-section:first-child {
    padding-top: 22px;
}

.mxt-ai-delivery-section:last-child {
    padding-bottom: 22px;
}

.mxt-ai-delivery-section h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: #3f574f;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0;
}

.mxt-ai-delivery-section h3::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #7b978b;
    box-shadow: 0 0 0 5px rgba(123,151,139,0.12);
}

.mxt-ai-delivery-section p {
    margin: 0;
    color: #4f4942;
    font-size: 1rem;
    line-height: 1.95;
    white-space: pre-line;
}

@media (max-width: 640px) {
    .mxt-ai-delivery-section {
        padding: 16px 16px;
        border-radius: 18px;
    }

    .mxt-ai-delivery-section p {
        font-size: 0.95rem;
        line-height: 1.82;
    }
}
