/* WRAPPER */
/* Centre and limit the width of the content block */
.privacy-wrapper {max-width: 860px;margin: 0 auto;background: #ffffff;border-radius: 12px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);padding: 2.5rem;}
@media (max-width: 768px) {
.privacy-wrapper {padding: 1.5rem;}
}
/* TYPOGRAPHY */
.privacy-intro {font-size: 1.05rem;color: #64748b;line-height: 1.8;margin-bottom: 2rem;}
.privacy-intro strong {color: #0f172a;}
.privacy-heading {font-size: 1.3rem;color: #0f172a;margin-top: 2rem;margin-bottom: 0.75rem;padding-bottom: 0.5rem;border-bottom: 2px solid #e2e8f0;}
/* First heading without top indent */
.privacy-heading:first-of-type {margin-top: 0;}
.privacy-text {color: #64748b;line-height: 1.7;margin-bottom: 1rem;}
.privacy-text a {color: #2563eb;}
.privacy-text a:hover {text-decoration: underline;color: #764ba2;}
/* COOKIE CARDS */
.privacy-cookies {display: grid;gap: 1rem;margin: 1.25rem 0 2rem 0;}
.privacy-cookie-card {background: #f8fafc;border-radius: 6px;padding: 1.25rem;border-left: 3px solid #e2e8f0;}
.privacy-cookie-title {font-size: 1rem;color: #0f172a;margin-bottom: 0.5rem;}
.privacy-cookie-text {font-size: 0.95rem;color: #64748b;line-height: 1.6;}
/* EXTERNAL LINKS BUTTONS */
.privacy-links {display: flex;flex-wrap: wrap;gap: 1rem;margin: 1.25rem 0 2rem 0;}
@media (max-width: 600px) {
.privacy-links {flex-direction: column;}
.privacy-links .btn {width: 100%;text-align: center;}
}