.biz-edu-rights-inline {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(0, 51, 102, 0.12);
    border-radius: 8px;
    background: #f7fbff;
    color: var(--primary-color);
    font-weight: 800;
    line-height: 1.65;
}

.biz-edu-rights-notice {
    border-left: 5px solid var(--accent-color);
}

.biz-edu-rights-heading {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    margin-bottom: 0.9rem;
}

.biz-edu-rights-heading img {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}

.biz-edu-rights-heading h3 {
    margin: 0;
}

.biz-edu-rights-notice ul {
    margin-bottom: 0;
}
