.seo-links-section{

background:#fff;

padding:22px;

margin:25px 0;

border-radius:18px;

box-shadow:0 4px 18px rgba(0,0,0,.08);

}

.seo-links-section h2{

margin-bottom:18px;

font-size:22px;

}

.seo-links-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:12px;

}

.seo-links-grid a{

display:block;

padding:14px;

background:#f8fafc;

border-radius:10px;

text-decoration:none;

font-weight:600;

color:#111;

transition:.25s;

}

.seo-links-grid a:hover{

background:#2563eb;

color:#fff;

}

@media(max-width:768px){

.seo-links-grid{

grid-template-columns:1fr;

}

}