RMO-Front/src/pages/Overseas.css

41 lines
686 B
CSS

.overseas .building-notice {
text-align: center;
font-size: 1.25rem;
color: var(--text-secondary, #666);
margin: 2rem 0;
}
.overseas .value-list {
list-style: none;
padding: 0;
margin: 16px 0;
}
.overseas .value-list li {
padding: 8px 0;
padding-left: 20px;
position: relative;
}
.overseas .value-list li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--brand-primary);
font-weight: 600;
}
.overseas .contact-note {
margin-top: 24px;
padding-top: 16px;
border-top: 1px solid var(--border-color);
}
.overseas .contact-note a {
color: var(--brand-primary);
}
.overseas .contact-note a:hover {
text-decoration: underline;
}