.mps-adoptions-link-button {
    display: inline-block;
    padding: 10px 16px;
    margin: 12px 0;
    border-radius: 999px;
    background: #9C27B0;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
    transition: all 0.2s ease;
}

.mps-adoptions-link-button:hover {
    background: #A259FF;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* ===========================
   Box altri animali adottabili
   =========================== */

.mps-adoptions-by-author {
    margin: 28px 0;
    padding: 22px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(156, 39, 176, 0.14);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.mps-adoptions-by-author h3 {
    margin: 0 0 18px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #333333;
}

.mps-adoptions-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mps-adoption-item {
    margin: 0;
}

.mps-adoption-item a {
    display: block;
    height: 100%;
    padding: 12px;
    border-radius: 18px;
    background: #f9f5ff;
    border: 1px solid rgba(156, 39, 176, 0.14);
    color: #333333;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.mps-adoption-item a:hover {
    transform: translateY(-2px);
    border-color: rgba(156, 39, 176, 0.35);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
}

.mps-adoption-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    margin-bottom: 10px;
    background: #eeeeee;
}

.mps-adoption-title {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.25;
    color: #333333;
}

/* ===========================
   Pagina adozioni filtrate per struttura
   =========================== */

.mps-adoptions-page {
    margin: 28px 0;
    padding: 24px;
    border-radius: 24px;
    background: transparent;
    border: 1px solid rgba(156, 39, 176, 0.14);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.mps-adoptions-page h2 {
    margin: 0 0 22px;
    font-size: 1.45rem;
    font-weight: 800;
    color: #333333;
}

.mps-adoptions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 18px;
}

.mps-adoption-card {
    margin: 0;
}

.mps-adoption-card a {
    display: block;
    height: 100%;
    padding: 14px;
    border-radius: 20px;
    background: #f9f5ff;
    border: 1px solid rgba(156, 39, 176, 0.14);
    text-decoration: none !important;
    color: #333333;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.mps-adoption-card a:hover {
    transform: translateY(-2px);
    border-color: rgba(156, 39, 176, 0.35);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
}

.mps-adoption-card-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    margin-bottom: 12px;
    background: #eeeeee;
}

.mps-adoption-card-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    color: #333333;
}

/* ===========================
   Header pagina struttura
   =========================== */

.mps-adoptions-topbar {
    margin-bottom: 24px;
}

.mps-back-to-structure {
    display: inline-block;
    margin-bottom: 14px;
    color: #9C27B0;
    font-weight: 700;
    text-decoration: none;
}

.mps-back-to-structure:hover {
    text-decoration: underline;
}

.mps-adoptions-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
    color: #333333;
}

.mps-adoptions-title a {
    color: #9C27B0;
    text-decoration: none;
}

.mps-adoptions-title a:hover {
    text-decoration: underline;
}