/**
 * Summary Section Block Frontend Styles
 */

.will-summary-section {
    min-height: auto;
}

.will-summary-section-content {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
}

.will-summary-paragraph {
    color: #364153;
    letter-spacing: 0.0703px;
    font-weight: normal;
}

.will-summary-paragraph:not(:last-child) {
    margin-bottom: 0;
}

.will-summary-paragraph strong {
    color: #101828;
    font-weight: bold;
}

.will-summary-paragraph ul {
    padding-left: 0;
    margin: 1.5rem 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.will-summary-paragraph ul li {
    font-weight: normal;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    padding-left: 0;
}

.will-summary-paragraph ul li::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6667 5L7.50004 14.1667L3.33337 10' stroke='%23101828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
