.prlc-cookie-banner {
  box-sizing: border-box;
  font-family: inherit;
}

.prlc-cookie-banner[hidden] {
  display: none !important;
}

.prlc-cookie-banner {
  position: fixed;
  z-index: 999990;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 20px;
  color: #2e2b22;
  background: #fffdf7;
  border: 1px solid #d9d2b8;
  border-radius: 7px;
  box-shadow: 0 8px 30px rgba(44, 40, 28, .22);
}

.prlc-cookie-banner__text {
  min-width: 0;
}

.prlc-cookie-banner__text strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}

.prlc-cookie-banner__text p {
  margin: 0;
  line-height: 1.45;
}

.prlc-cookie-banner a,
.photorecept-legal-links a,
.comment-form-prlc-consent a,
.prlc-userpro-notice a,
.prlc-subscribe-legal a {
  text-decoration: underline;
}

.prlc-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.prlc-button {
  display: inline-block;
  box-sizing: border-box;
  min-height: 40px;
  padding: 9px 15px;
  color: #2e2b22;
  background: #fff;
  border: 1px solid #787046;
  border-radius: 3px;
  font: inherit;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.prlc-button:hover,
.prlc-button:focus {
  background: #f4f0df;
}

.prlc-button--primary {
  color: #fff;
  background: #68743b;
  border-color: #68743b;
}

.prlc-button--primary:hover,
.prlc-button--primary:focus {
  color: #fff;
  background: #515c2c;
}

.photorecept-legal-links {
  margin-top: 8px;
  line-height: 1.7;
}

.comment-form-prlc-consent {
  clear: both;
  font-size: 13px;
  line-height: 1.45;
}

.comment-form-prlc-consent input {
  width: auto !important;
  margin-right: 6px;
}

.prlc-userpro-notice {
  margin: 8px 0;
  font-size: 13px;
  line-height: 1.45;
}

.prlc-subscribe-legal {
  clear: both;
  margin: 12px 0;
  font-size: 13px;
  line-height: 1.45;
}

.prlc-subscribe-legal .wpcf7-list-item {
  margin: 0;
}

.prlc-subscribe-legal label {
  display: inline-flex;
  align-items: flex-start;
  gap: 7px;
}

.prlc-subscribe-legal input[type="checkbox"] {
  flex: 0 0 auto;
  width: auto !important;
  margin: 3px 0 0;
}

.prlc-subscribe-mailing-note {
  margin: 6px 0 0;
}

.photorecept-legal-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.photorecept-legal-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
}

.photorecept-legal-table th,
.photorecept-legal-table td {
  padding: 10px;
  border: 1px solid #d8d2bc;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 820px) {
  .prlc-cookie-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .prlc-cookie-actions {
    justify-content: stretch;
  }

  .prlc-cookie-banner .prlc-button {
    flex: 1 1 170px;
  }
}

@media (max-width: 520px) {
  .prlc-cookie-banner {
    right: 8px;
    bottom: 8px;
    left: 8px;
    padding: 15px;
  }

  .prlc-cookie-actions {
    flex-direction: column;
  }

  .prlc-cookie-actions .prlc-button {
    width: 100%;
    flex-basis: auto;
  }
}
