:root {
--ndh-rs-navy: #0F2A44;
--ndh-rs-blue: #123A5D;
--ndh-rs-green: #5BD46D;
--ndh-rs-green-soft: #E8F9EC;
--ndh-rs-light: #F4F7FA;
--ndh-rs-card: #ffffff;
--ndh-rs-muted: #617386;
--ndh-rs-line: rgba(15, 42, 68, 0.10);
--ndh-rs-radius: 24px;
--ndh-rs-shadow: 0 16px 38px rgba(15, 42, 68, 0.08);
}
.ndh-rs-page,
.ndh-rs-page * { box-sizing: border-box; }
.ndh-rs-page {
max-width: 1120px;
margin: 0 auto;
padding: 34px 22px 72px;
color: var(--ndh-rs-navy);
}
.ndh-rs-breadcrumb {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
font-size: 0.92rem;
color: var(--ndh-rs-muted);
margin-bottom: 18px;
}
.ndh-rs-breadcrumb a { color: var(--ndh-rs-muted); text-decoration: none; font-weight: 700; }
.ndh-rs-breadcrumb a:hover { color: var(--ndh-rs-navy); }
.ndh-rs-breadcrumb [aria-current="page"] { color: var(--ndh-rs-navy); font-weight: 800; } .ndh-rs-hero {
display: grid;
grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
gap: 32px;
background: var(--ndh-rs-card);
border: 1px solid var(--ndh-rs-line);
border-radius: 30px;
padding: 32px;
box-shadow: var(--ndh-rs-shadow);
margin-bottom: 28px;
align-items: start;
}
.ndh-rs-hero__images { display: grid; gap: 14px; grid-template-columns: 1fr; }
.ndh-rs-hero__figure { margin: 0; }
.ndh-rs-hero__img {
width: 100%;
height: auto;
display: block;
border-radius: 18px;
background: #fff;
border: 1px solid var(--ndh-rs-line);
padding: 14px;
box-shadow: 0 10px 22px rgba(15,42,68,.06);
}
.ndh-rs-hero__placeholder {
background: var(--ndh-rs-light);
border-radius: 18px;
padding: 60px 20px;
text-align: center;
color: var(--ndh-rs-muted);
font-weight: 800;
}
.ndh-rs-hero__main { min-width: 0; }
.ndh-rs-hero__cat {
margin: 0 0 8px;
font-size: 0.82rem;
font-weight: 900;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.ndh-rs-hero__cat a { color: #3f9f59; text-decoration: none; }
.ndh-rs-hero__cat a:hover { color: var(--ndh-rs-navy); }
.ndh-rs-hero__title {
margin: 0 0 12px;
font: 900 clamp(1.7rem, 3.2vw, 2.55rem)/1.06 Arial, sans-serif;
letter-spacing: -0.035em;
}
.ndh-rs-hero__meaning {
font-size: 1.08rem;
line-height: 1.62;
color: #314152;
margin: 0 0 20px;
}
.ndh-rs-facts {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
gap: 10px;
margin: 0;
padding: 14px;
background: var(--ndh-rs-light);
border-radius: 18px;
}
.ndh-rs-facts__row {
display: flex;
flex-direction: column;
padding: 10px 12px;
background: #fff;
border: 1px solid rgba(15,42,68,.06);
border-radius: 14px;
}
.ndh-rs-facts dt {
font-size: 0.75rem;
font-weight: 900;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--ndh-rs-muted);
margin-bottom: 3px;
}
.ndh-rs-facts dd { margin: 0; font-weight: 800; color: var(--ndh-rs-navy); } .ndh-rs-section {
background: #fff;
border: 1px solid var(--ndh-rs-line);
border-radius: var(--ndh-rs-radius);
padding: 28px;
margin-bottom: 22px;
box-shadow: var(--ndh-rs-shadow);
}
.ndh-rs-section h2 {
margin: 0 0 16px;
font: 900 clamp(1.3rem, 2.2vw, 1.75rem)/1.12 Arial, sans-serif;
letter-spacing: -0.025em;
}
.ndh-rs-prose p { margin: 0 0 12px; line-height: 1.65; color: #33465a; }
.ndh-rs-prose p:last-child { margin-bottom: 0; }
.ndh-rs-section--cta { background: linear-gradient(135deg, #0F2A44 0%, #123A5D 100%); color: #fff; border-color: transparent; }
.ndh-rs-section--cta h2 { color: #fff; }
.ndh-rs-section--cta p { color: rgba(255,255,255,.88); line-height: 1.6; }
.ndh-rs-section__cta { margin: 18px 0 0; }
.ndh-rs-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 22px;
border-radius: 999px;
background: var(--ndh-rs-light);
color: var(--ndh-rs-navy);
font-weight: 900;
text-decoration: none;
border: 1px solid transparent;
transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.ndh-rs-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(15,42,68,.12); }
.ndh-rs-btn--primary { background: var(--ndh-rs-green); color: var(--ndh-rs-navy); }
.ndh-rs-btn--primary:hover { box-shadow: 0 10px 22px rgba(91,212,109,.30); } .ndh-rs-related {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 12px;
}
.ndh-rs-related li { background: var(--ndh-rs-light); border-radius: 16px; border: 1px solid rgba(15,42,68,.06); }
.ndh-rs-related a { display: block; padding: 12px; text-decoration: none; color: var(--ndh-rs-navy); text-align: center; }
.ndh-rs-related a:hover { background: rgba(91,212,109,.16); border-radius: 16px; }
.ndh-rs-related__img { display: block; margin: 0 auto 8px; width: 82px; height: 82px; object-fit: contain; background: #fff; border-radius: 12px; padding: 7px; }
.ndh-rs-related__title { font-size: 0.84rem; font-weight: 800; line-height: 1.25; display: block; } .ndh-rs-archive__head,
.ndh-rs-tax__head {
position: relative;
overflow: hidden;
margin-bottom: 26px;
padding: clamp(24px, 4vw, 40px);
background: linear-gradient(135deg, #0F2A44 0%, #123A5D 100%);
border-radius: 30px;
color: #fff;
box-shadow: var(--ndh-rs-shadow);
}
.ndh-rs-archive__head:after,
.ndh-rs-tax__head:after {
content: "";
position: absolute;
inset: auto -80px -130px auto;
width: 260px;
height: 260px;
border-radius: 50%;
background: rgba(91,212,109,.18);
}
.ndh-rs-archive__head h1,
.ndh-rs-tax__head h1 {
position: relative;
z-index: 1;
margin: 0 0 10px;
max-width: 780px;
font: 900 clamp(2rem, 4vw, 3.1rem)/1.02 Arial, sans-serif;
letter-spacing: -0.04em;
color: #fff;
}
.ndh-rs-archive__sub,
.ndh-rs-tax__sub {
position: relative;
z-index: 1;
max-width: 820px;
color: rgba(255,255,255,.86);
font-size: 1.06rem;
line-height: 1.6;
margin: 0 0 20px;
}
.ndh-rs-archive__head p,
.ndh-rs-tax__head p { position: relative; z-index: 1; }
.ndh-rs-archive__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 16px;
}
.ndh-rs-cat-card {
display: flex;
align-items: center;
gap: 14px;
background: #fff;
border: 1px solid var(--ndh-rs-line);
border-radius: 20px;
padding: 16px;
text-decoration: none;
color: var(--ndh-rs-navy);
box-shadow: var(--ndh-rs-shadow);
transition: transform .15s, box-shadow .15s, border-color .15s;
}
.ndh-rs-cat-card:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(15,42,68,.12); border-color: rgba(91,212,109,.35); }
.ndh-rs-cat-card__img {
flex: 0 0 68px;
width: 68px;
height: 68px;
display: flex;
align-items: center;
justify-content: center;
background: var(--ndh-rs-light);
border-radius: 15px;
}
.ndh-rs-cat-card__img img { max-width: 58px; max-height: 58px; object-fit: contain; }
.ndh-rs-cat-card__main { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.ndh-rs-cat-card__title { font-size: 1.08rem; line-height: 1.2; }
.ndh-rs-cat-card__count { color: var(--ndh-rs-muted); font-size: 0.92rem; font-weight: 800; }
.ndh-rs-grid {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
gap: 16px;
}
.ndh-rs-grid__item {
background: #fff;
border: 1px solid var(--ndh-rs-line);
border-radius: 20px;
box-shadow: var(--ndh-rs-shadow);
overflow: hidden;
transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.ndh-rs-grid__item:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(15,42,68,.12); border-color: rgba(91,212,109,.35); }
.ndh-rs-grid__link {
display: flex;
flex-direction: column;
text-align: center;
padding: 16px 12px 15px;
text-decoration: none;
color: var(--ndh-rs-navy);
height: 100%;
}
.ndh-rs-grid__link:hover { background: linear-gradient(180deg, rgba(91,212,109,.08), rgba(91,212,109,0)); }
.ndh-rs-grid__img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
aspect-ratio: 1 / 1;
background: var(--ndh-rs-light);
border: 1px solid rgba(15,42,68,.06);
border-radius: 14px;
margin-bottom: 12px;
overflow: hidden;
}
.ndh-rs-grid__img img { max-width: 86%; max-height: 86%; object-fit: contain; }
.ndh-rs-grid__img--placeholder { color: var(--ndh-rs-muted); font-weight: 800; font-size: 0.86rem; }
.ndh-rs-grid__title { font-size: 0.94rem; font-weight: 900; line-height: 1.25; display: block; margin-top: auto; } .ndh-rs-page .ndh-rs-pagination {
margin: 36px auto 0 !important;
padding: 18px !important;
max-width: 760px !important;
background: #ffffff !important;
border: 1px solid rgba(15,42,68,.10) !important;
border-radius: 24px !important;
box-shadow: 0 16px 38px rgba(15,42,68,.10) !important;
text-align: center !important;
}
.ndh-rs-page .ndh-rs-pagination__meta {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
margin: 0 0 13px !important;
padding: 6px 12px !important;
border-radius: 999px !important;
background: rgba(91,212,109,.18) !important;
color: var(--ndh-rs-navy) !important;
font-size: .86rem !important;
font-weight: 900 !important;
line-height: 1 !important;
}
.ndh-rs-page .ndh-rs-pagination__links {
display: flex !important;
flex-wrap: wrap !important;
justify-content: center !important;
align-items: center !important;
gap: 10px !important;
}
.ndh-rs-page .ndh-rs-page-link,
.ndh-rs-page .ndh-rs-pagination__links .page-numbers {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 7px !important;
min-width: 44px !important;
height: 44px !important;
margin: 0 !important;
padding: 0 15px !important;
border-radius: 999px !important;
background: #f6faf8 !important;
border: 1px solid rgba(15,42,68,.12) !important;
color: var(--ndh-rs-navy) !important;
font-size: .95rem !important;
font-weight: 900 !important;
line-height: 1 !important;
text-decoration: none !important;
box-shadow: none !important;
transition: transform .15s ease, background .15s ease, box-shadow .15s ease, border-color .15s ease !important;
}
.ndh-rs-page .ndh-rs-pagination__links a.ndh-rs-page-link:hover,
.ndh-rs-page .ndh-rs-pagination__links a.page-numbers:hover {
transform: translateY(-2px) !important;
background: #ffffff !important;
border-color: rgba(91,212,109,.65) !important;
box-shadow: 0 12px 24px rgba(15,42,68,.10) !important;
}
.ndh-rs-page .ndh-rs-pagination__links .current,
.ndh-rs-page .ndh-rs-pagination__links .is-current {
background: var(--ndh-rs-navy) !important;
color: #ffffff !important;
border-color: var(--ndh-rs-navy) !important;
box-shadow: 0 12px 24px rgba(15,42,68,.18) !important;
}
.ndh-rs-page .ndh-rs-pagination__links .prev,
.ndh-rs-page .ndh-rs-pagination__links .next {
min-width: 112px !important;
background: var(--ndh-rs-green) !important;
border-color: transparent !important;
color: var(--ndh-rs-navy) !important;
}
.ndh-rs-page .ndh-rs-pagination__links .dots,
.ndh-rs-page .ndh-rs-pagination__links .is-dots {
min-width: 24px !important;
padding: 0 2px !important;
background: transparent !important;
border-color: transparent !important;
box-shadow: none !important;
color: var(--ndh-rs-muted) !important;
} @media (max-width: 800px) {
.ndh-rs-page { padding: 24px 16px 56px; }
.ndh-rs-hero { grid-template-columns: 1fr; padding: 22px; }
.ndh-rs-section { padding: 22px; }
.ndh-rs-archive__head,
.ndh-rs-tax__head { border-radius: 24px; }
.ndh-rs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ndh-rs-grid__title { font-size: 0.84rem; }
.ndh-rs-page .ndh-rs-pagination { padding: 14px !important; border-radius: 20px !important; }
.ndh-rs-page .ndh-rs-pagination__links { gap: 7px !important; }
.ndh-rs-page .ndh-rs-page-link,
.ndh-rs-page .ndh-rs-pagination__links .page-numbers { min-width: 38px !important; height: 38px !important; padding: 0 12px !important; font-size: .86rem !important; }
.ndh-rs-page .ndh-rs-pagination__links .prev,
.ndh-rs-page .ndh-rs-pagination__links .next { min-width: 92px !important; }
} .ndh-rs-pager,
.ndh-rs-page .ndh-rs-pager,
.ndh-rs-page nav.ndh-rs-pagination {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
gap: 14px !important;
width: min(100%, 820px) !important;
margin: 38px auto 0 !important;
padding: 20px !important;
background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%) !important;
border: 1px solid rgba(15,42,68,.10) !important;
border-radius: 28px !important;
box-shadow: 0 18px 42px rgba(15,42,68,.12) !important;
}
.ndh-rs-pager__summary,
.ndh-rs-page .ndh-rs-pagination__meta,
.ndh-rs-page .ndh-rs-pager__summary {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 7px !important;
margin: 0 !important;
padding: 8px 14px !important;
border-radius: 999px !important;
background: rgba(91,212,109,.20) !important;
border: 1px solid rgba(91,212,109,.35) !important;
color: #0F2A44 !important;
font-size: .88rem !important;
font-weight: 850 !important;
line-height: 1 !important;
}
.ndh-rs-pager__summary strong,
.ndh-rs-page .ndh-rs-pager__summary strong {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-width: 28px !important;
height: 28px !important;
padding: 0 8px !important;
border-radius: 999px !important;
background: #ffffff !important;
color: #0F2A44 !important;
box-shadow: inset 0 0 0 1px rgba(15,42,68,.08) !important;
}
.ndh-rs-pager__links,
.ndh-rs-page .ndh-rs-pager__links,
.ndh-rs-page .ndh-rs-pagination__links {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
justify-content: center !important;
gap: 10px !important;
width: 100% !important;
}
.ndh-rs-pager .page-numbers,
.ndh-rs-page .ndh-rs-pager .page-numbers,
.ndh-rs-page .ndh-rs-pagination .page-numbers,
.ndh-rs-page .ndh-rs-page-link {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-width: 44px !important;
height: 44px !important;
margin: 0 !important;
padding: 0 15px !important;
border-radius: 999px !important;
background: #ffffff !important;
border: 1px solid rgba(15,42,68,.13) !important;
color: #0F2A44 !important;
font-size: .95rem !important;
font-weight: 900 !important;
line-height: 1 !important;
text-decoration: none !important;
box-shadow: 0 8px 18px rgba(15,42,68,.06) !important;
}
.ndh-rs-pager a.page-numbers:hover,
.ndh-rs-page .ndh-rs-pagination a.page-numbers:hover,
.ndh-rs-page .ndh-rs-page-link:hover {
transform: translateY(-2px) !important;
border-color: rgba(91,212,109,.70) !important;
box-shadow: 0 14px 24px rgba(15,42,68,.12) !important;
}
.ndh-rs-pager .page-numbers.current,
.ndh-rs-pager .page-numbers.is-current,
.ndh-rs-page .ndh-rs-pagination .page-numbers.current,
.ndh-rs-page .ndh-rs-pagination .page-numbers.is-current {
background: #0F2A44 !important;
border-color: #0F2A44 !important;
color: #ffffff !important;
box-shadow: 0 12px 24px rgba(15,42,68,.20) !important;
}
.ndh-rs-pager .page-numbers.prev,
.ndh-rs-pager .page-numbers.next,
.ndh-rs-page .ndh-rs-pagination .page-numbers.prev,
.ndh-rs-page .ndh-rs-pagination .page-numbers.next {
min-width: 118px !important;
background: #5BD46D !important;
border-color: rgba(91,212,109,.70) !important;
color: #0F2A44 !important;
}
.ndh-rs-pager .page-numbers.dots,
.ndh-rs-pager .page-numbers.is-dots,
.ndh-rs-page .ndh-rs-pagination .page-numbers.dots,
.ndh-rs-page .ndh-rs-pagination .page-numbers.is-dots {
min-width: 26px !important;
background: transparent !important;
border-color: transparent !important;
box-shadow: none !important;
color: #617386 !important;
padding: 0 2px !important;
}
@media (max-width: 640px) {
.ndh-rs-pager,
.ndh-rs-page nav.ndh-rs-pagination { padding: 16px !important; border-radius: 22px !important; }
.ndh-rs-pager__links,
.ndh-rs-page .ndh-rs-pager__links,
.ndh-rs-page .ndh-rs-pagination__links { gap: 7px !important; }
.ndh-rs-pager .page-numbers,
.ndh-rs-page .ndh-rs-pagination .page-numbers { min-width: 39px !important; height: 39px !important; padding: 0 12px !important; font-size: .87rem !important; }
.ndh-rs-pager .page-numbers.prev,
.ndh-rs-pager .page-numbers.next,
.ndh-rs-page .ndh-rs-pagination .page-numbers.prev,
.ndh-rs-page .ndh-rs-pagination .page-numbers.next { min-width: 96px !important; }
}  .ndh-rs-search {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
background: #fff;
border: 1px solid var(--ndh-rs-line, rgba(15, 42, 68, 0.10));
border-radius: 18px;
padding: 14px;
box-shadow: var(--ndh-rs-shadow, 0 14px 30px rgba(15, 42, 68, 0.06));
margin: 0 0 22px;
}
.ndh-rs-search__input {
flex: 1 1 240px;
min-height: 46px;
padding: 10px 16px;
border: 1px solid var(--ndh-rs-line, rgba(15, 42, 68, 0.14));
border-radius: 999px;
font: inherit;
font-size: 1rem;
background: var(--ndh-rs-light, #F4F7FA);
color: var(--ndh-rs-navy, #0F2A44);
outline: none;
transition: border-color .15s ease, box-shadow .15s ease;
}
.ndh-rs-search__input:focus {
border-color: rgba(91, 212, 109, 0.55);
box-shadow: 0 0 0 3px rgba(91, 212, 109, 0.18);
background: #fff;
}
.ndh-rs-search__submit {
flex: 0 0 auto;
min-height: 46px;
padding: 0 22px;
border: 0;
border-radius: 999px;
background: var(--ndh-rs-green, #5BD46D);
color: var(--ndh-rs-navy, #0F2A44);
font-weight: 800;
font-size: 0.95rem;
cursor: pointer;
transition: transform .15s ease, box-shadow .15s ease;
}
.ndh-rs-search__submit:hover {
transform: translateY(-1px);
box-shadow: 0 10px 22px rgba(91, 212, 109, 0.30);
}
.ndh-rs-search__clear {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
min-height: 46px;
padding: 0 16px;
border-radius: 999px;
background: var(--ndh-rs-light, #F4F7FA);
color: var(--ndh-rs-muted, #617386);
font-weight: 700;
font-size: 0.92rem;
text-decoration: none;
}
.ndh-rs-search__clear:hover {
background: rgba(15, 42, 68, 0.06);
color: var(--ndh-rs-navy, #0F2A44);
}
.ndh-rs-search__summary {
margin: 0 0 18px;
padding: 14px 18px;
background: var(--ndh-rs-green-soft, #E8F9EC);
border: 1px solid rgba(91, 212, 109, 0.32);
border-radius: 14px;
color: var(--ndh-rs-navy, #0F2A44);
font-size: 0.98rem;
}
.ndh-rs-search__summary strong {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 28px;
height: 28px;
padding: 0 10px;
margin-right: 6px;
border-radius: 999px;
background: #fff;
font-weight: 800;
vertical-align: middle;
}
.ndh-rs-search__empty {
padding: 22px;
background: #fff;
border: 1px dashed var(--ndh-rs-line, rgba(15, 42, 68, 0.16));
border-radius: 18px;
color: var(--ndh-rs-muted, #617386);
}
.ndh-rs-search__empty a { color: var(--ndh-rs-navy, #0F2A44); font-weight: 700; }
@media (max-width: 540px) {
.ndh-rs-search { padding: 10px; gap: 8px; }
.ndh-rs-search__input { flex-basis: 100%; }
.ndh-rs-search__submit { flex: 1 1 auto; }
} .ndh-rs-search--home {
position: relative;
display: grid;
grid-template-columns: minmax(220px, 0.75fr) minmax(280px, 1fr) auto;
align-items: center;
gap: 14px;
margin: -8px 0 28px;
padding: 18px;
background: #ffffff;
border: 1px solid rgba(15, 42, 68, 0.10);
border-radius: 24px;
box-shadow: 0 16px 38px rgba(15, 42, 68, 0.08);
}
.ndh-rs-search--home::before {
content: "";
position: absolute;
left: 18px;
right: 18px;
top: 0;
height: 5px;
border-radius: 0 0 999px 999px;
background: linear-gradient(90deg, #5BD46D, #B8F2C2);
}
.ndh-rs-search--home .ndh-rs-search__intro {
min-width: 0;
padding: 4px 4px 4px 0;
}
.ndh-rs-search--home .ndh-rs-search__intro strong {
display: block;
margin: 0 0 3px;
color: #0F2A44;
font-size: 1.08rem;
font-weight: 900;
line-height: 1.15;
}
.ndh-rs-search--home .ndh-rs-search__intro span {
display: block;
color: #617386;
font-size: 0.94rem;
line-height: 1.35;
}
.ndh-rs-search--home .ndh-rs-search__input {
width: 100%;
min-height: 50px;
border-radius: 16px;
background: #F4F7FA;
}
.ndh-rs-search--home .ndh-rs-search__submit {
min-height: 50px;
padding: 0 26px;
font-size: 1rem;
}
.ndh-rs-search--home .ndh-rs-search__clear {
min-height: 50px;
} .ndh-rs-search--home:has(.ndh-rs-search__clear) {
display: flex;
margin: 0 0 22px;
padding: 14px;
border-radius: 18px;
}
.ndh-rs-search--home:has(.ndh-rs-search__clear)::before,
.ndh-rs-search--home:has(.ndh-rs-search__intro)::before { }
@supports not selector(:has(*)) {
.ndh-rs-search--home { grid-template-columns: minmax(220px, .75fr) minmax(280px, 1fr) auto; }
}
@media (max-width: 820px) {
.ndh-rs-search--home {
grid-template-columns: 1fr;
gap: 10px;
margin-top: 0;
}
.ndh-rs-search--home .ndh-rs-search__submit,
.ndh-rs-search--home .ndh-rs-search__clear {
width: 100%;
}
} .ndh-rs-page .ndh-rs-search,
.ndh-rs-page .ndh-rs-search--home {
-webkit-font-smoothing: antialiased;
}
.ndh-rs-page .ndh-rs-search__input,
.ndh-rs-page input.ndh-rs-search__input[type="search"] {
-webkit-appearance: none !important;
appearance: none !important;
box-sizing: border-box !important;
min-width: 0 !important;
height: 50px !important;
min-height: 50px !important;
line-height: normal !important;
margin: 0 !important;
border-radius: 16px !important;
box-shadow: none;
}
.ndh-rs-page .ndh-rs-search:not(.ndh-rs-search--home) .ndh-rs-search__input,
.ndh-rs-page .ndh-rs-search:not(.ndh-rs-search--home) input.ndh-rs-search__input[type="search"] {
height: 46px !important;
min-height: 46px !important;
border-radius: 999px !important;
}
.ndh-rs-page .ndh-rs-search__input::-webkit-search-decoration,
.ndh-rs-page .ndh-rs-search__input::-webkit-search-cancel-button,
.ndh-rs-page .ndh-rs-search__input::-webkit-search-results-button,
.ndh-rs-page .ndh-rs-search__input::-webkit-search-results-decoration {
-webkit-appearance: none;
appearance: none;
display: none;
}
.ndh-rs-page .ndh-rs-search__submit,
.ndh-rs-page button.ndh-rs-search__submit,
.ndh-rs-page .ndh-rs-search__clear {
-webkit-appearance: none !important;
appearance: none !important;
box-sizing: border-box !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
white-space: nowrap !important;
line-height: 1 !important;
margin: 0 !important;
}
.ndh-rs-page .ndh-rs-search--home .ndh-rs-search__input,
.ndh-rs-page .ndh-rs-search--home input.ndh-rs-search__input[type="search"],
.ndh-rs-page .ndh-rs-search--home .ndh-rs-search__submit {
height: 50px !important;
min-height: 50px !important;
}
.ndh-rs-page .ndh-rs-search__intro,
.ndh-rs-page .ndh-rs-search--home .ndh-rs-search__intro {
min-width: 0 !important;
}
@media (max-width: 540px) {
.ndh-rs-page .ndh-rs-search__input,
.ndh-rs-page input.ndh-rs-search__input[type="search"],
.ndh-rs-page .ndh-rs-search__submit,
.ndh-rs-page button.ndh-rs-search__submit,
.ndh-rs-page .ndh-rs-search__clear {
width: 100% !important;
}
} .ndh-rs-page .ndh-rs-search--home {
display: flex !important;
flex-wrap: wrap !important;
align-items: stretch !important;
gap: 12px !important;
margin: 0 0 28px !important;
padding: 20px !important;
background: #ffffff !important;
border: 1px solid rgba(15, 42, 68, 0.10) !important;
border-radius: 24px !important;
box-shadow: 0 16px 38px rgba(15, 42, 68, 0.08) !important;
overflow: hidden !important;
}
.ndh-rs-page .ndh-rs-search--home::before {
left: 20px !important;
right: 20px !important;
top: 0 !important;
height: 5px !important;
background: linear-gradient(90deg, #5BD46D, #B8F2C2) !important;
}
.ndh-rs-page .ndh-rs-search--home .ndh-rs-search__intro {
flex: 0 0 100% !important;
width: 100% !important;
padding: 4px 0 6px !important;
margin: 0 !important;
}
.ndh-rs-page .ndh-rs-search--home .ndh-rs-search__intro strong {
display: block !important;
margin: 0 0 4px !important;
color: #0F2A44 !important;
font-size: 1.1rem !important;
font-weight: 900 !important;
line-height: 1.15 !important;
}
.ndh-rs-page .ndh-rs-search--home .ndh-rs-search__intro span {
display: block !important;
max-width: 680px !important;
color: #617386 !important;
font-size: .95rem !important;
line-height: 1.35 !important;
}
.ndh-rs-page .ndh-rs-search--home .ndh-rs-search__input,
.ndh-rs-page .ndh-rs-search--home input.ndh-rs-search__input[type="search"] {
-webkit-appearance: none !important;
appearance: none !important;
flex: 1 1 520px !important;
width: auto !important;
min-width: 220px !important;
max-width: none !important;
height: 52px !important;
min-height: 52px !important;
padding: 0 18px !important;
border: 1px solid rgba(15, 42, 68, 0.14) !important;
border-radius: 16px !important;
background: #F4F7FA !important;
color: #0F2A44 !important;
font-size: 1rem !important;
line-height: 52px !important;
box-shadow: none !important;
}
.ndh-rs-page .ndh-rs-search--home .ndh-rs-search__submit,
.ndh-rs-page .ndh-rs-search--home button.ndh-rs-search__submit {
-webkit-appearance: none !important;
appearance: none !important;
flex: 0 0 auto !important;
width: auto !important;
min-width: 132px !important;
height: 52px !important;
min-height: 52px !important;
padding: 0 28px !important;
border: 0 !important;
border-radius: 16px !important;
background: #5BD46D !important;
color: #0F2A44 !important;
font-size: 1rem !important;
font-weight: 900 !important;
line-height: 1 !important;
text-align: center !important;
box-shadow: 0 10px 24px rgba(91, 212, 109, 0.26) !important;
}
.ndh-rs-page .ndh-rs-search--home .ndh-rs-search__input:focus {
background: #ffffff !important;
border-color: rgba(91, 212, 109, .65) !important;
box-shadow: 0 0 0 3px rgba(91, 212, 109, .18) !important;
}
@media (max-width: 700px) {
.ndh-rs-page .ndh-rs-search--home {
padding: 16px !important;
border-radius: 20px !important;
}
.ndh-rs-page .ndh-rs-search--home .ndh-rs-search__input,
.ndh-rs-page .ndh-rs-search--home input.ndh-rs-search__input[type="search"],
.ndh-rs-page .ndh-rs-search--home .ndh-rs-search__submit,
.ndh-rs-page .ndh-rs-search--home button.ndh-rs-search__submit {
flex: 0 0 100% !important;
width: 100% !important;
min-width: 0 !important;
}
}@-webkit-keyframes sfr_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes sfr_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .sfr-u-nowrap {
white-space: nowrap;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
word-wrap: normal !important;
} .sfr-sr-announcer {
position: absolute;
left: -10000px;
width: 1px;
height: 1px;
overflow: hidden;
} .sfr-link-button {
background: none;
border: none;
color: inherit;
text-decoration: underline;
cursor: pointer;
padding: 0;
margin: 0;
font: inherit;
line-height: inherit;
}
.sfr-link-button:hover,
.sfr-link-button:focus {
text-decoration: none;
opacity: 0.8;
}
.sfr-link-button:focus {
outline: 2px solid currentColor;
outline-offset: 2px;
}  .sfr-container {
margin: 0 auto;
}
.sfr-container:after {
content: "";
display: table;
clear: both;
} .sfr-container__col {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sfr-container__col--1 {
width: 100%;
float: left;
}
@media (min-width: 768px) {
.sfr-container__col--1 {
width: 60%;
}
}
@media (min-width: 992px) {
.sfr-container__col--1 {
width: 70%;
}
}
.sfr-container__col--2 {
width: 100%;
float: right;
}
@media (min-width: 768px) {
.sfr-container__col--2 {
padding: 0 0 0 40px;
width: 40%;
}
}
@media (min-width: 992px) {
.sfr-container__col--2 {
width: 30%;
}
} .sfr-loop-item {
min-height: 91px;
}
@media (min-width: 480px) {
.sfr-loop-item {
padding-left: 130px;
}
} .sfr-loop-item h1,
.sfr-loop-item h2,
.sfr-loop-item__title {
margin-top: 0 !important;
}
.sfr-loop-item__meta {
margin-top: 20px;
}
.sfr-loop-item__meta > span {
line-height: 25px;
min-height: 25px;
display: inline;
font-size: 90%;
padding: 0;
border: none;
}
.sfr-loop-item__meta > span:after {
display: inline-block;
content: "\00b7";
margin: 0 4px;
}
.sfr-loop-item__meta > span:last-child:after {
display: none;
} .sfr-loop-item-wrapper {
margin: 50px 0;
overflow: hidden;
position: relative;
}
.sfr-loop-item-wrapper--single {
margin: 0;
}
.sfr-loop-item-wrapper--roadmap .sfr-loop-item {
min-height: 57px;
}
@media (min-width: 480px) {
.sfr-loop-item-wrapper--roadmap .sfr-loop-item {
padding-left: 88px;
}
}  .sfr-form__row {
margin: 0 0 20px;
display: block;
}
.sfr-form__row strong {
display: block;
margin: 0 0 5px;
font-weight: 600;
} .sfr-required {
color: #dc1e54;
font-weight: 600;
margin-left: 3px;
}
.sfr-form__row input,
.sfr-form__row textarea {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sfr-form__field {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
padding: 5px 10px;
}
.sfr-form__field--textarea {
resize: vertical;
}
.sfr-form__button {
margin: 10px 0 0;
}
.sfr-form__reveal {
display: none;
}
.sfr-form__choices {
margin: 30px 0 35px;
}
.sfr-form__choices-or {
margin: 0 5px;
}
.sfr-form__choices-vote {
text-decoration: none;
border-radius: 4px;
background: #0F0F14;
padding: 4px 10px;
display: inline-block;
font-size: 90%;
position: relative;
color: #ffffff;
}
.sfr-form__choices-vote:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 8px 7.5px 0 7.5px;
border-color: #0F0F14 transparent transparent transparent;
position: absolute;
left: 50%;
bottom: 0;
margin: 0 0 -8px -7.5px;
display: block;
}
.sfr-form .selectric {
max-width: none;
} .sfr-form__field--image-uploader {
background: #fff;
padding: 1em;
border: 1px dashed #0F0F14;
border-radius: 4px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: inherit;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sfr-form__field--image-uploader .dz-message {
margin: 0 auto;
}
.sfr-form__field--image-uploader .dz-message .dz-message-emphasis {
text-decoration: underline;
}
.sfr-form__field--image-uploader .dz-preview {
margin: 0 2.66% 10px 0;
width: 23%;
}
.sfr-form__field--image-uploader .dz-preview:nth-of-type(4n + 1) {
margin-right: 0;
}
.sfr-form__field--image-uploader .dz-preview .dz-details {
display: none;
}
.sfr-form__field--image-uploader .dz-preview .dz-image {
border-radius: 0;
width: auto;
height: auto;
}
.sfr-form__field--image-uploader .dz-preview .dz-image > img {
width: 100%;
}
.sfr-form__field--image-uploader.dropzone .dz-preview:hover .dz-image img {
filter: none;
transform: none;
background-color: black;
}
.sfr-form__field--image-uploader .dz-preview .dz-progress {
left: 0;
right: 0;
top: 0;
height: 6px;
width: 100%;
margin: 0 auto;
border-radius: 0;
background: rgba(255, 255, 255, 0.6);
}
.sfr-attachments-title {
} .dz-image-preview.dz-error .dz-image,
.dz-file-preview.dz-error .dz-image {
filter: grayscale(100%);
}
.dz-image-preview.dz-error .dz-remove,
.dz-file-preview.dz-error .dz-remove {
color: #be2626
}
.dz-image-preview.dz-error .dz-error-message,
.dz-file-preview.dz-error .dz-error-message {
opacity:  1;
top: 0;
left: 0;
width: 100%;
border-radius: 0;
}
.dz-image-preview.dz-error .dz-error-message::after,
.dz-file-preview.dz-error .dz-error-message::after {
display: none;
}
.dz-image-preview.dz-error .dz-error-mark,
.dz-file-preview.dz-error .dz-error-mark {
display: none;
}
.dz-image-preview.dz-error .dz-remove,
.dz-image-preview.dz-error .dz-remove {
z-index: 100;
}
.dz-file-preview.dz-error .dz-error-message {
position: static;
} .sfr-vote-button {
-webkit-appearance: none;
outline: none !important;
font-size: 12px;
border-radius: 0;
border: none;
background: #999;
background: -webkit-gradient(linear, left top, right top, from(#999), to(#828282));
background: linear-gradient(to right, #999 0%, #828282 100%);
color: #fff;
text-transform: uppercase;
padding: 8px;
font-weight: bold;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
line-height: 1.2;
}
.sfr-vote-button:hover, .sfr-vote-button:focus, .sfr-vote-button:active {
background: #b2b2b2;
background: -webkit-gradient(linear, left top, right top, from(#b2b2b2), color-stop(99%, #999));
background: linear-gradient(to right, #b2b2b2 0%, #999 99%);
} .sfr-vote-button--voted,
.sfr-vote-button--voted:hover,
.sfr-vote-button--voted:active,
.sfr-vote-button--voted:focus {
background: #4dcea6;
background: -webkit-gradient(linear, left top, right top, from(#4dcea6), to(#32b2b9));
background: linear-gradient(to right, #4dcea6 0%, #32b2b9 100%);
color: #fff;
} .sfr-vote-badge {
background: #fff;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
border-radius: 3px;
text-align: center;
width: 100px;
margin: 0 0 25px;
}
@media (min-width: 480px) {
.sfr-vote-badge {
position: absolute;
top: 0;
left: 0;
}
}
.sfr-vote-badge * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
} .sfr-vote-badge__count {
padding: 10px;
white-space: nowrap;
margin: 0;
line-height: 1.2;
border: 1px solid #dddddd;
border-bottom: none;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.sfr-vote-badge__count span {
display: block;
font-size: 90%;
}
.sfr-vote-badge__increment {
margin: 0;
display: block;
width: 100%;
border-radius: 0 0 3px 3px;
} .sfr-vote-badge--roadmap {
width: 68px;
border-radius: 3px;
border: 1px solid #ddd;
-webkit-box-shadow: none;
box-shadow: none;
padding-top: 22px;
position: relative;
}
@media (min-width: 480px) {
.sfr-vote-badge--roadmap {
position: absolute;
}
}
.sfr-vote-badge--roadmap .sfr-vote-badge__count {
border: none;
padding: 4px 10px 8px;
}
.sfr-vote-badge--roadmap .sfr-vote-badge__count span {
display: none;
}
.sfr-vote-badge--roadmap .sfr-vote-button {
width: 0;
height: 0;
border-style: solid;
border-width: 0 9px 10px 9px;
border-color: transparent transparent #999 transparent;
overflow: hidden;
background: none;
text-indent: 250%;
white-space: nowrap;
border-radius: 0;
text-shadow: none;
padding: 0;
margin: 0 auto;
position: absolute;
top: 10px;
left: 0;
right: 0;
}
.sfr-vote-badge--roadmap .sfr-vote-button:hover, .sfr-vote-badge--roadmap .sfr-vote-button:focus, .sfr-vote-badge--roadmap .sfr-vote-button:active {
border-color: transparent transparent #b2b2b2 transparent;
}
.sfr-vote-badge--roadmap .sfr-vote-button.sfr-vote-button--voted, .sfr-vote-badge--roadmap .sfr-vote-button.sfr-vote-button--voted:hover, .sfr-vote-badge--roadmap .sfr-vote-button.sfr-vote-button--voted:active, .sfr-vote-badge--roadmap .sfr-vote-button.sfr-vote-button--voted:focus {
border-color: transparent transparent #4dcea6 transparent;
} .sfr-author img {
display: inline-block;
vertical-align: middle;
margin: 0 5px 0 0;
width: 20px;
height: auto;
} .sfr-status-badge {
height: 24px;
line-height: 24px;
text-transform: uppercase;
font-size: 11px;
padding: 0 8px;
background: #eee;
display: inline-block;
vertical-align: middle;
letter-spacing: 0.5px;
font-family: Arial, sans-serif;
border-radius: 3px;
} .sfr-filters {
margin: 30px 0 20px;
padding: 0;
width: 100%;
list-style: none none outside;
} .sfr-filters__filter-item {
display: inline-block;
margin: 0 15px 15px 0;
}
.sfr-filters__filter-item-button {
text-decoration: none;
border-radius: 4px;
background: #f0f0f0;
padding: 4px 10px;
display: inline-block;
font-size: 90%;
position: relative;
color: #333;
font-weight: 400;
height: 30px;
line-height: 22px;
}
.sfr-filters__filter-item-button:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 8px 7.5px 0 7.5px;
border-color: #0f0f14 transparent transparent transparent;
position: absolute;
left: 50%;
bottom: 0;
margin: 0 0 -8px -7.5px;
display: none;
}
.sfr-filters__filter-item-button:hover {
background: #ddd;
color: #333;
}
.sfr-filters__filter-item-button.active {
background: #0f0f14;
color: #fff !important;
}
.sfr-filters__filter-item-button.active:after {
display: block;
}
.sfr-filters__filter-item--select .sfr-filters__filter-item-button {
position: relative;
padding: 0;
}
.sfr-filters__filter-item--select .sfr-filters__filter-item-button:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 7px 5px 0 5px;
border-color: #333 transparent transparent transparent;
position: absolute;
top: 50%;
margin: -3px 0 0;
right: 10px;
left: auto;
display: block;
z-index: 10;
}
.sfr-filters__filter-item--select .sfr-filters__filter-item-button.active:before {
border-top-color: #fff;
}
.sfr-filters__filter-item--select .sfr-filters__filter-item-button select {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
background: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
padding: 4px 28px 4px 10px;
margin: 0;
outline: none;
cursor: pointer;
font-size: inherit;
color: inherit;
font-family: inherit;
z-index: 20;
position: relative;
max-width: none;
height: 30px;
line-height: 22px;
}
.sfr-filters__filter-item--select .sfr-filters__filter-item-button option {
color: #333;
font-weight: 400;
} .sfr-no-requests-found {
margin: 50px 0 0;
} .sfr-profile {
display: block;
overflow: hidden;
} .sfr-profile__avatar {
float: left;
margin: 0 15px 0 0;
} .sfr-sidebar-widget {
margin: 0 0 40px;
}
.sfr-sidebar-widget:last-child {
margin-bottom: 0;
} .sfr-sidebar-widget ul {
padding: 0;
margin: 0;
list-style: none none outside;
}
.sfr-sidebar-widget ul li {
margin-bottom: 10px;
}
.sfr-sidebar-widget ul li:last-child {
margin-bottom: 0;
} .sfr-comments {
margin: 50px 0 0;
} .sfr-search-field {
position: relative;
} .sfr-search-field__icon {
width: 16px;
height: 16px;
display: inline-block;
margin: -8px 0 0;
position: absolute;
top: 50%;
right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: none;
}
.sfr-search-field__icon--loader {
border: 2px solid #C2C2C2;
border-left-color: #000;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: sfr_spin 0.6s infinite linear;
animation: sfr_spin 0.6s infinite linear;
border-radius: 50%;
}
.sfr-search-field__icon--clear {
background: #C2C2C2;
border-radius: 50%;
cursor: pointer;
}
.sfr-search-field__icon--clear:before, .sfr-search-field__icon--clear:after {
content: "";
height: 2px;
width: 10px;
display: block;
position: absolute;
top: 50%;
margin: -1px 0 0;
left: 3px;
background: #FFF;
}
.sfr-search-field__icon--clear:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.sfr-search-field__icon--clear:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
} .sfr-pagination ul,
.sfr-pagination ul.page-numbers {
margin: 0;
} .sfr-notices {
padding: 15px 20px;
border-radius: 3px;
list-style: none none outside;
background: #f7f7f7;
border: 1px solid #eee;
border-left-width: 3px;
margin: 0 0 30px;
} .sfr-notices__notice {
margin: 0 0 5px;
padding: 0;
}
.sfr-notices__notice:last-child {
margin-bottom: 0;
} .sfr-notices--success {
border-left-color: #4DCEA6;
}
.sfr-notices--error {
border-left-color: #F45B7C;
} .sfr-badge {
display: inline-block;
padding: 2px 6px;
border-radius: 6px;
background: #F0F0F0;
font-size: 70%;
font-weight: 500;
margin: 0 0 0 5px;
vertical-align: middle;
} .sfr-roadmap-statuses {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.sfr-roadmap-status {
background: #F5F5F5;
padding: 25px;
border-radius: 8px;
margin-bottom: 30px;
width: 100%;
}
.sfr-roadmap-status .sfr-loop-item-wrapper {
margin: 0 0 25px;
}
.sfr-roadmap-status .sfr-loop-item-wrapper:last-child {
margin-bottom: 0;
}
@media (min-width: 992px) {
.sfr-roadmap-status--col-1 {
width: 98%;
}
.sfr-roadmap-status--col-2 {
width: 48%;
}
.sfr-roadmap-status--col-3 {
width: 31.33333%;
}
.sfr-roadmap-status--col-4 {
width: 23%;
}
.sfr-roadmap-status--col-5 {
width: 18%;
}
.sfr-roadmap-status--col-6 {
width: 14.66667%;
}
}
.sfr-roadmap-status--fill {
padding: 0;
opacity: 0;
margin: 0;
visibility: hidden;
}
.sfr-roadmap-status > :last-child {
margin-bottom: 0;
}
.sfr-roadmap-status .sfr-roadmap-status__title {
margin: 0 0 25px;
line-height: 1.2;
font-size: 24px;
}
.sfr-roadmap-status .sfr-roadmap-status__title:before {
display: none;
}
.sfr-roadmap-status .sfr-loop-item__title {
font-size: 20px;
line-height: 1.2;
margin: 0 0 10px;
}
.sfr-roadmap-status .sfr-loop-item__title:before {
display: none;
}
.sfr-roadmap-status .sfr-loop-item__meta {
margin: 0;
} .sfr-roadmap-status__color {
color: #ccc;
margin: 0 2px 0 0;
}
.sfr-roadmap-status__view-all {
display: block;
margin: 30px 0 0;
text-align: center;
}
.sfr-attachments {
display: grid;
grid-template-columns: repeat(5, minmax(32px, 1fr));
column-gap: 8px;
row-gap: 8px;
padding-top: 8px;
border-radius: 4px;
}
.sfr-attachments-title {
display: block;
margin-top: 32px;
}
.sfr-attachments .sfr-attachment {
cursor: pointer;
transition: 300ms all ease-in-out;
}
.sfr-attachments .sfr-attachment:hover {
transform: scale3d(1.1, 1.1, 2);
}
.sfr-attachments .sfr-attachment > img {
width: 100%;
object-fit: cover;
}
.sfr-attachment-indicator > img {
width: 16px;
} .pswp {
z-index: 99999;
} .sfr-form__acf-fields {
margin: 20px 0;
padding: 20px;
background: #f9f9f9;
border-radius: 4px;
border: 1px solid #e1e1e1;
}
.sfr-form__acf-fields h3 {
margin: 0 0 15px 0;
font-size: 16px;
color: #333;
}
.sfr-form__acf-fields .sfr-form__row {
margin-bottom: 15px;
}
.sfr-form__acf-fields .sfr-form__row:last-child {
margin-bottom: 0;
}
.sfr-form__acf-fields .sfr-form__field {
width: 100%;
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
line-height: 1.4;
}
.sfr-form__acf-fields .sfr-form__field:focus {
outline: none;
border-color: #0073aa;
box-shadow: 0 0 0 1px #0073aa;
}
.sfr-form__acf-fields .sfr-form__field--textarea {
min-height: 100px;
resize: vertical;
}
.sfr-form__acf-fields .sfr-form__field--select {
background: white;
}
.sfr-form__acf-fields .sfr-form__checkbox,
.sfr-form__acf-fields .sfr-form__radio {
display: flex;
align-items: center;
margin-bottom: 8px;
cursor: pointer;
}
.sfr-form__acf-fields .sfr-form__checkbox input,
.sfr-form__acf-fields .sfr-form__radio input {
margin-right: 8px;
width: auto;
}
.sfr-form__acf-fields .sfr-form__checkbox span,
.sfr-form__acf-fields .sfr-form__radio span {
font-weight: normal;
}
.sfr-form__acf-fields .required {
color: #dc3232;
font-weight: bold;
} .sfr-acf-fields {
margin: 20px 0;
padding: 15px;
background: #f9f9f9;
border-radius: 4px;
border: 1px solid #e1e1e1;
}
.sfr-acf-fields h3 {
margin: 0 0 15px 0;
font-size: 16px;
color: #333;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 8px;
}
.sfr-acf-field {
margin-bottom: 10px;
padding: 8px 0;
border-bottom: 1px solid #f0f0f0;
}
.sfr-acf-field:last-child {
margin-bottom: 0;
border-bottom: none;
}
.sfr-acf-field strong {
color: #333;
font-weight: 600;
}
.sfr-acf-field span {
color: #666;
margin-left: 5px;
} .sfr-acf-fields-table {
width: 100%;
border-collapse: collapse;
margin: 15px 0;
}
.sfr-acf-fields-table .sfr-acf-field-row {
border-bottom: 1px solid #eee;
}
.sfr-acf-fields-table .sfr-acf-field-row:last-child {
border-bottom: none;
}
.sfr-acf-fields-table .sfr-acf-field-label {
padding: 12px 15px 12px 0;
vertical-align: top;
font-weight: 600;
color: #333;
text-align: left;
line-height: 1.4;
}
.sfr-acf-fields .sfr-acf-field-label {
display: inline-block;
vertical-align: top;
}
.sfr-acf-fields-table .sfr-acf-field-value {
padding: 12px 0;
vertical-align: top;
}
.sfr-acf-fields-table .sfr-acf-field-value span {
color: #666;
line-height: 1.5;
}
.sfr-acf-fields-table .sfr-acf-textarea {
color: #666;
line-height: 1.6;
white-space: pre-line;
} @media (max-width: 768px) {
.sfr-acf-fields-table {
display: block;
}
.sfr-acf-fields-table .sfr-acf-field-row {
display: block;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}
.sfr-acf-fields-table .sfr-acf-field-label,
.sfr-acf-fields-table .sfr-acf-field-value {
display: block;
width: 100%;
padding: 5px 0;
}
.sfr-acf-fields-table .sfr-acf-field-label {
padding-bottom: 5px;
}
}