body,
nav a {
    color: #000;
}

h1, h2, h3 {
	color: #CF0000 !important;
}

@font-face {
  font-display: swap;
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/nanum-gothic-v26-latin-regular.woff') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/nanum-gothic-v26-latin-700.woff') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/nanum-gothic-v26-latin-800.woff') format('woff2'); 
}

body {
  font-family: 'Nanum Gothic', sans-serif;
}

header .header-content,
main {
    max-width: 1200px;
    padding: 0 1rem;
}

.casino-box,
.casino-logo,
header,
header .logo,
nav ul {
    display: flex;
}

ul, ol {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.casino-box
 {
    box-shadow: 0px 0px 10px 1px #000;
}

body,
nav li ul li a:hover {
    background: var(--color-bg);
}

.headline,
.site-footer p {
    text-align: center;
}

.author-detail__socials a:hover,
.breadcrumbs a:hover,
.casino-info a:hover,
.footer-bottom-links a:hover,
.footer-links a:hover,
.sources-list li a:hover {
    text-decoration: underline;
}

.casino-box,
.casino-card,
.casino-info li,
.sources-list li,
nav li {
    position: relative;
}

.casino-info ul,
.footer-col ul,
.footer-links,
.sources-list,
nav li ul,
nav ul {
    list-style: none;
}

.content-button {
    display: block;
    padding: 1rem 4rem;
    border-radius: var(--radius);
    text-decoration: none;
    margin: 1rem auto;
    transition: background .2s, transform .1s;
    text-align: center;
    width: fit-content;
    font-size: 1.2rem;
    background: linear-gradient(135deg, #ff4d4d 0%, #cc3300 100%);
    color: #FCFAFA;
}

.content-button:hover,
.play-button:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

:root {
    --color-primary: #ff5722;
    --color-secondary: #16a085;
    --color-secondary-dark: #1abc9c;
    --color-bg: #f5f7fa;
    --color-card-bg: #000fff;
    --color-text: #000;
    --color-muted: #777777;
    --radius: 8px;
    --box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.headline,
.top-casino {
    margin-bottom: 2rem;
}

body {
    line-height: 1.6;
	background: #fff !important;
}

a {
    text-decoration: none;
    color: inherit;
}

nav ul {
    gap: 1.5rem;
}

nav a {
    font-weight: 500;
    transition: color .2s;
}

nav a:hover {
    color: blue;
}

main {
    margin: 2rem auto;
}

header {
    background: #fff;
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    transition: background .3s, box-shadow .3s, border-bottom .3s;
    border-bottom: 1px solid transparent;
}

header.scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

header .header-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    align-items: center;
    padding: 0;
    margin-left: 0;
}

header .logo img {
    display: block;
    width: 150px;
    height: auto;
    object-fit: contain;
}

.name-brand p {
    font-size: 26px;
    font-weight: 900;
}

.brand-name p {
    font-size: 24px;
    font-weight: 900;
}

.headline h2 {
    font-size: 2rem;
    margin-bottom: .75rem;
    color: #222;
}

.headline p {
    font-size: 1rem;
    color: #max-width:800px;
    margin: 0 auto;
}

.main-text h2,
.top-casino h3 {
    color: #222;
}

.casino-box {
    align-items: center;
    border-radius: var(--radius);
    padding: 1rem;
    margin-bottom: 40px;
}

.casino-logo {
    flex: 0 0 60px;
    align-items: center;
    justify-content: center;
}

.casino-logo img {
    width: 150px;
    height: auto;
    border-radius: 20px;
}

.play-button,
.main-text,
.main-text img,
nav li ul {
    border-radius: var(--radius);
}

.casino-info {
    flex: 1;
    margin-left: 1rem;
}

.casino-info strong {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 0.5rem;
}

.casino-info p {
    font-weight: 900;
    color: #222;
    font-size: 1rem;
    margin-bottom: .5rem;
    color: #000;
}

.casino-info ul {
    margin-top: 8px;
    padding-left: 20px;
    color: #333;
}

.casino-info li {
    padding-left: 25px;
    margin-bottom: 6px;
    line-height: 1.5;
    font-size: 18px;
	color: #000;
}

.casino-info li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: gold;
    font-size: 20px;
    line-height: 1.5;
}

.casino-info a {
    font-size: .9rem;
    color: #0011FF;
	font-weight: 900;
}

.casino-action {
    margin-left: auto;
}

.play-button {
    display: inline-block;
    padding: .6rem 1.2rem;
    background: linear-gradient(135deg, #ff4d4d 0%, #cc3300 100%);
    color: #FCFAFA;
    font-weight: 600;
    transition: background .3s, transform .1s;
}


.play-button:hover {
    background: linear-gradient(135deg, #cc3a3a 0%, #991f00 100%);
    transform: translateY(-2px);
}

.main-text {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
}

.main-text .container {
    max-width: 1000px;
    margin: 0 auto;
}

.author-detail__bio,
.main-text p {
    font-size: 1rem;
    color: #000;
    margin-bottom: 1rem;
}

.site-footer {
    padding: 2rem 1rem;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .05);
}

.author-detail,
.casino-card,
.main-text img,
.table-of-contents,
.table-responsive,
nav li ul {
    box-shadow: var(--box-shadow);
}

.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

.main-text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
}

.main-text .container img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.footer-links a {
    font-size: .875rem;
    color: #000;
}

.site-footer p {
    font-size: .875rem;
    color: #000;
}

@media (max-width:768px) {
    nav ul {
        gap: .5rem;
        margin-top: 1rem;
    }
    .casino-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .casino-action {
        margin: 1rem 0 0;
        width: 100%;
    }
    .play-button {
        width: 100%;
        text-align: center;
    }
}

.logo h1 {
    font-size: 1.6rem;
    background: linear-gradient(45deg, #ff6b6b, #ffd93d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

nav ul {
    gap: 2rem;
}

nav li a {
    padding-right: .5rem;
}

nav li:hover ul {
    display: block;
}

nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: .5rem 0;
}

nav li ul li a {
    display: block;
    padding: .5rem 1rem;
    white-space: nowrap;
}

.casino-favorites {
    padding: 0 50px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.casino-favorites h2 {
    color: #000;
    text-align: center;
}

.casino-favorites__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.casino-card {
	box-shadow: 0px 0px 10px 1px #000;
    border-radius: var(--radius);
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.casino-card__badge,
.casino-card__button {
    background: linear-gradient(135deg, #ff4d4d 0%, #cc3300 100%);
    color: #FCFAFA;
    border-radius: var(--radius);
    font-weight: 600;
}

.casino-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.casino-card--featured {
    padding-top: 2.5rem;
    border-color: #FABB00;
}

.footer-bottom,
.footer-notice {
    border-top: 1px solid #e1e5e8;
    text-align: center;
}

.casino-card--featured .casino-card__featured-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--color-secondary);
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: .5rem 0;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}

.casino-card__button:hover,
.content-button:hover {
    background: linear-gradient(135deg, #cc3a3a 0%, #991f00 100%);
    transform: translateY(-2px);
	transition: 0.3s;
}

.casino-card__logo img {
    max-width: 200px;
    height: auto;
    margin-bottom: 1rem;
    border-radius: 20px;
}

.casino-card__bonus {
    text-align: center;
    margin-bottom: 1rem;
}

.casino-card__bonus .bonus-amount {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;;
    margin-bottom: .25rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.casino-card__bonus .bonus-label,
.casino-card__stats .stat {
    color: #000;
    font-size: .875rem;
}

.casino-card__button {
    display: inline-block;
    padding: .75rem 1.5rem;
    transition: background .2s, transform .1s;
    text-align: center;
	background: linear-gradient(135deg, #ff4d4d 0%, #cc3300 100%);
    color: #FCFAFA;
	transition: 0.3s;
}

.casino-card__more,
.footer-col a {
    text-decoration: none;
    transition: color .2s;
}

.casino-card__stats {
    display: flex;
    gap: 1.5rem;
    margin: 1rem 0;
}

.casino-card__stats .stat {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.casino-card__more:hover,
.casino-card__stats .stat:nth-child(2) span {
    color: var(--color-secondary-dark);
}

.casino-card__stats .stat span {
    font-weight: 600;
    color: #000;
}

.casino-card__more {
    margin-top: auto;
    font-size: .875rem;
    font-weight: 900;
    color: #0011FF;
    display: flex;
    align-items: center;
    gap: .25rem;
}

.casino-card__more::before {
    content: "+";
}

@media (max-width:480px) {
    .casino-card__stats {
        flex-direction: column;
        align-items: center;
        gap: .5rem;
    }
}

.casino-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.casino-card__logo {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.meta-info {
    margin: 1rem 0 2rem;
    font-size: .875rem;
    color: var(--color-muted);
}

.breadcrumbs {
    display: flex;
    gap: .25rem;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}

.breadcrumbs a,
.footer-bottom-links a {
    color: #000;
    text-decoration: none;
}

.meta-info hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: .5rem 0 1rem;
}

.author-info {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.author-text {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    align-items: center;
}

.author-name {
    font-weight: 600;
    color: #000;
}

.author-badge {
    display: inline-block;
    padding: .15rem .5rem;
    background: #e6f5ff;
    color: #0073e6;
    border-radius: var(--radius);
}

.author-detail {
    background: #fff;
}

.author-detail__stat p {
	color: #000;
}

.author-detail__extras strong,
.author-detail__name,
.author-update {
    color: #000;
}

.author-detail {
    border-radius: var(--radius);
    padding: 2rem 1rem;
    margin: 2rem 0;
}

.author-detail__inner {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.author-detail__avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.author-detail__info {
    flex: 1;
}

.author-detail__name {
    margin: 0;
    font-size: 1.25rem;
}

.author-detail__role {
    margin: .25rem 0 1rem;
    font-size: 20px;
    color: #CF0000;
	font-weight: 900;
}

.author-detail__info hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 0 0 1rem;
}

.author-detail__extras {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: .875rem;
    color: #fff;
}

.author-detail__socials a,
.footer-col a:hover,
.sources-list li a,
td a {
    color: #0022FF;
}

.author-detail__socials a {
    text-decoration: none;
    margin: 0 .25rem;
}

@media (max-width:600px) {
    header .logo img {
        width: 120px;
    }
    header .header-content {
        padding: 0 1rem;
    }
    .author-detail__inner {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
    .author-detail__socials {
        justify-content: center;
    }
}

.sources-list {
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 2rem;
}

.sources-list li {
    padding: .5em 0 .5em 1.75em;
    margin-bottom: .5em;
    break-inside: avoid;
    line-height: 1.5;
}

.sources-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .6em;
    width: 1em;
    height: 1em;
    background: url("https://www.onlifezone.com/icons/link.png") center center/contain no-repeat;
}

.sources-list li a {
    text-decoration: none;
}

.headline h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #000;
}

.casino-favorites h2,
.main-text h2,
.top-casino h3 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin: 2rem 0 1rem;
    color: #000;
}

.site-footer {
    background: #fff;
    color: #000;
    font-size: .9rem;
    line-height: 1.5;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem 1rem;
}

.footer-logo-desc {
    flex: 1 1 240px;
}

.footer-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 1rem;
}

.footer-desc {
    margin: 0;
    color: var(--color-muted);
}

.casino-info__rating .rating-value,
.footer-col a,
.footer-col h4,
.footer-notice,
table,
td:first-child {
    color: #000;
}

.footer-columns {
    display: flex;
    flex: 2 1 480px;
    gap: 2rem;
}

.footer-col h4 {
    margin-bottom: .75rem;
    font-size: 1rem;
}

.footer-col ul {
    padding: 0;
    margin: 0;
}

.footer-col li {
    margin-bottom: .5rem;
}

.footer-notice {
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
}

.footer-partners {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}

.footer-partners img {
    display: block;
    width: 70px;
    height: auto;
    opacity: .7;
    transition: opacity .2s;
}

.toc-list a,
td a {
    text-decoration: none;
    transition: color .2s;
}

.footer-partners img:hover {
    opacity: 1;
}

.footer-bottom {
    padding: 1rem 0;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0 0 .5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.footer-copy {
    margin: 0;
    color: var(--color-muted);
    font-size: .8rem;
}

.casino-card__rating {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
}

.casino-card__rating .stars {
    display: flex;
    gap: .25rem;
}

.casino-card__rating .stars img {
    width: 16px;
    height: 16px;
}

.casino-card__rating .rating-value {
    font-size: .9rem;
    color: #000;
    font-weight: 600;
}

.casino-info__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem 0;
}

.casino-info__rating .rating-icon {
    width: 24px;
    height: 24px;
    margin-right: .4rem;
}

.casino-info__rating .rating-value {
    font-size: 1.2rem;
    font-weight: 600;
}

.casino-number {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    background: linear-gradient(135deg, #ff4d4d 0%, #cc3300 100%);
    color: #FCFAFA;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.table-responsive,
table {
    width: 100%;
    border-radius: var(--radius);
}

.table-responsive {
    overflow-x: auto;
    margin: 1.5rem 0;
}

table {
    min-width: 600px;
    border-collapse: collapse;
    margin: 0;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
}

th {
    color: #FCFAFA;
    font-weight: 600;
}

td,
th {
    padding: 1rem 1.5rem;
    border: none;
}

th {
    text-transform: none;
    font-size: .95rem;
}

td {
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}

tr:last-child td {
    border: 1px solid #e5e5e5;
}

td a:hover {
    color: var(--color-secondary-dark);
    text-decoration: underline;
}

td a {
    font-weight: 500;
}

td:first-child {
    font-weight: 600;
}


@media screen and (max-width:768px) {
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    table {
        min-width: 700px;
    }
    td,
    th {
        padding: .75rem 1rem;
        font-size: 14px;
    }
}

@media screen and (max-width:450px) {
    td,
    th {
        padding: .5rem .75rem;
        font-size: 13px;
    }
}

.table-of-contents {
    background: #333131;
    border: 2px solid var(--color-secondary);
    border-radius: var(--radius);
    padding: 1.5rem;
    margin: 2rem 0;
}

.table-of-contents h3 {
    margin: 0 0 1rem;
    color: #00690E;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}

.toc-list {
    margin: 0;
    padding-left: 1.5rem;
    list-style: decimal;
}

.toc-list li {
    margin-bottom: .5rem;
    line-height: 1.4;
}

.toc-list a {
    color: #000;
    font-size: .95rem;
    color: #2626de;
}

.toc-list a:hover {
    color: var(--color-secondary);
    text-decoration: underline;
}

@media (max-width:768px) {
    .sources-list {
        column-count: 1;
    }
    .casino-favorites__cards>* {
        order: 0;
    }
    .casino-card--featured {
        order: -1;
    }
    .footer-top {
        flex-direction: column;
        text-align: center;
    }
    .footer-columns {
        flex-direction: column;
        align-items: center;
    }
    .footer-col,
    .footer-logo-desc {
        flex: none;
        width: 100%;
    }
    .footer-col ul {
        display: inline-block;
        text-align: left;
    }
    .footer-partners {
        gap: 1rem;
    }
    .table-of-contents {
        padding: 1rem;
    }
    .toc-list {
        padding-left: 1rem;
    }
    .toc-list a {
        font-size: .9rem;
    }
}

.sources-list a {
    color: #2626de;
    text-decoration: underline;
}

.contact-page {
    padding: 40px 0;
    min-height: 100vh;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-header h1 {
    font-size: 2.5em;
    color: #2c3e50;
    margin-bottom: 20px;
}

.contact-intro {
    font-size: 1.2em;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.contact-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.contact-card h2 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.4em;
}

.detail-item {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.detail-item:last-child {
    border-bottom: none;
}

.contact-method {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
}

.contact-method .icon {
    font-size: 1.5em;
    margin-right: 15px;
}

.contact-method strong {
    color: #2c3e50;
    display: block;
}

.contact-method small {
    color: #777;
    font-size: 0.9em;
}

.hours-item {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}

.contact-form {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.checkbox-label {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    font-weight: 400 !important;
}

.checkbox-label input[type="checkbox"] {
    width: auto !important;
    margin-right: 10px;
}

.submit-button {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

.submit-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.additional-resources {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.resource-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    text-align: center;
}

.resource-card h3 {
    color: #2c3e50;
    margin-bottom: 15px;
}

.resource-links {
    margin-top: 15px;
}

.resource-link {
    display: inline-block;
    margin: 5px 10px;
    padding: 8px 15px;
    color: blue;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.9em;
    transition: background 0.3s;
}

.resource-link:hover {
    background: #000;
}

.resource-link a {
	color: #fff !important;
}

.faq-preview {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.faq-preview h2 {
    color: #2c3e50;
    margin-bottom: 25px;
}

.faq-item {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.faq-item strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 8px;
}

.faq-link {
    display: inline-block;
    margin-top: 20px;
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.faq-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .additional-resources {
        grid-template-columns: 1fr;
    }
    
    .contact-header h1 {
        font-size: 2em;
    }
}