.ldp-ast-frontend-card {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 16px 18px;
    background: #f9fafb;
    margin-top: 24px;
}

.ldp-ast-frontend-title {
    font-size: 18px;
    margin: 0 0 10px;
}

.ldp-ast-frontend-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ldp-ast-frontend-logo img {
    max-height: 28px;
    max-width: 80px;
    object-fit: contain;
}

.ldp-ast-frontend-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ldp-ast-frontend-carrier {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
}

.ldp-ast-frontend-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #111827;
    color: #111827;
    transition: background 0.15s ease, color 0.15s ease;
}

.ldp-ast-frontend-button:hover {
    background: #111827;
    color: #fff;
}

.ldp-ast-pickup-address {
    margin-top: 6px;
    font-size: 14px;
}
