/* Tamiliyal Publication Certificate: front end */
.tmfpc-links { list-style: none; margin: .4rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.tmfpc-links li { margin: 0; }
.tmfpc-article { border-top: 1px solid var(--tmf-border, #d6d3cf); padding-top: .75rem; margin-top: .75rem; font-size: .9em; }
.tmfpc-article .tmfpc-links a { font-size: .95em; padding: .4rem .8rem; }
.tmfpc-issued { font-size: .88em; margin-top: .6rem !important; }
.tmfpc-issued li { display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; }
.tmfpc-inline { display: inline; margin: 0; }
.tmfpc-textbtn { background: none; border: 0; padding: 0; color: var(--tmf-accent, #6b2e1f); text-decoration: underline; cursor: pointer; font: inherit; font-size: .9em; }
.tmfpc-verify { max-width: 720px; }
.tmfpc-row { display: flex; gap: .5rem; }
.tmfpc-row input { flex: 1; font-family: ui-monospace, Menlo, Consolas, monospace; text-transform: uppercase; }
.tmfpc-result { border-radius: 10px; padding: 1rem 1.2rem; margin: 1rem 0; border: 1px solid; }
.tmfpc-result > strong { font-size: 1.2em; display: block; margin-bottom: .5rem; }
.tmfpc-result.is-ok { background: #e3f3e7; border-color: #b6dcc0; }
.tmfpc-result.is-ok > strong { color: #1c6331; }
.tmfpc-result.is-bad { background: #fbe7e6; border-color: #f0bdb9; }
.tmfpc-result.is-bad > strong { color: #9b1c14; }
.tmfpc-result p { margin: 0; }
