/*
 * Lplus Text Underline - フロントエンド用スタイル
 * 記事表示時に適用されます
 */

.lplus-ul-teal,
.lplus-ul-rose {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.2em;
    text-decoration-skip-ink: auto;
    font-weight: 700;
    cursor: text;
}

/* ダークTeal #07686C - WCAG コントラスト比 6.55:1 (AA合格) */
.lplus-ul-teal {
    text-decoration-color: #07686C;
}

/* ローズ #D81B60 - WCAG コントラスト比 5.34:1 (AA合格) */
.lplus-ul-rose {
    text-decoration-color: #D81B60;
}
