This commit is contained in:
2026-07-05 16:32:08 +03:00
parent dc50e5597a
commit 293ae37ea3
11 changed files with 246 additions and 241 deletions

View File

@@ -59,87 +59,6 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
--------------------------------------------------------------*/
.privacy-policy-page .privacy-policy-content {
max-width: 980px;
margin: 0 auto;
padding: 60px 20px;
}
.privacy-policy-page .entry-title {
margin-bottom: 32px;
}
.privacy-policy-page .entry-content p {
margin-bottom: 18px;
color: #333;
}
.footer-privacy-link {
display: inline-block;
margin: 0 8px;
}
.cookie-consent-banner {
position: fixed;
right: 24px;
bottom: 24px;
z-index: 9999;
display: flex;
align-items: center;
gap: 18px;
max-width: 760px;
padding: 18px 20px;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.12);
box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}
.cookie-consent-banner[hidden] {
display: none;
}
.cookie-consent-banner p {
margin: 0;
color: #333;
line-height: 1.45;
}
.cookie-consent-accept {
flex: 0 0 auto;
padding: 10px 20px;
border: 0;
background: #fcb614;
color: #000;
font-weight: 700;
}
.personal-data-consent,
.comment-form-privacy-consent {
display: flex;
align-items: flex-start;
gap: 8px;
margin: 14px 0;
color: #333;
font-size: 14px;
line-height: 1.45;
}
.personal-data-consent input,
.comment-form-privacy-consent input {
width: auto;
margin-top: 4px;
}
@media screen and (max-width: 767px) {
.cookie-consent-banner {
right: 12px;
bottom: 12px;
left: 12px;
flex-direction: column;
align-items: stretch;
}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/