.pmc-cookie-banner[hidden],
.pmc-cookie-modal[hidden],
.pmc-cookie-fixed[hidden] {
  display: none !important;
}

.pmc-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483600;
  color: #fff;
  background: rgba(59, 59, 59, 0.88);
  box-shadow: 0 -1px 5px rgba(112, 112, 112, 0.65);
  font-size: 14px;
}

.pmc-cookie-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.pmc-cookie-copy {
  flex: 1;
  min-width: 0;
}

.pmc-cookie-copy strong {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
}

.pmc-cookie-copy p {
  margin: 0;
  color: #fff;
  line-height: 1.45;
}

.pmc-cookie-copy a {
  display: inline-block;
  margin-top: 6px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

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

.pmc-btn {
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid #6dab9c;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.pmc-btn-primary,
.pmc-btn-secondary {
  color: #fff;
  background: #6dab9c;
}

.pmc-btn:focus-visible,
.pmc-icon-btn:focus-visible,
.pmc-cookie-fixed:focus-visible {
  outline: 3px solid rgba(109, 171, 156, 0.45);
  outline-offset: 2px;
}

.pmc-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483601;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.42);
}

.pmc-cookie-modal-panel {
  width: min(620px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  color: #444;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.pmc-cookie-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-top: 4px solid #6dab9c;
  border-bottom: 1px solid #e4e3e3;
}

.pmc-cookie-modal-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

.pmc-icon-btn {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #444;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.pmc-cookie-modal-body {
  padding: 18px 20px 4px;
}

.pmc-cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid #e4e3e3;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.pmc-cookie-option p {
  margin: 4px 0 0;
  color: #555;
}

.pmc-cookie-option input {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  accent-color: #6dab9c;
}

.pmc-cookie-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 14px;
  color: #fff;
  background: #6dab9c;
  font-weight: 700;
}

.pmc-cookie-modal-actions {
  padding: 16px 20px 20px;
}

.pmc-cookie-fixed {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(59, 59, 59, 0.88);
  box-shadow: 0 1px 5px rgba(112, 112, 112, 0.65);
  cursor: pointer;
}

.pmc-cookie-fixed svg {
  fill: #fff;
}

body.pmc-cookie-open #google-merchantwidget-iframe-wrapper,
body.pmc-cookie-modal-open #google-merchantwidget-iframe-wrapper {
  display: none !important;
}

.pmc-withdrawal {
  max-width: 760px;
  margin: 0 auto 48px;
}

.pmc-withdrawal-intro {
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.pmc-withdrawal-form .form-group {
  margin-bottom: 18px;
}

.pmc-withdrawal-summary {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: 10px 18px;
  padding: 18px;
  border: 1px solid #e4e3e3;
  border-radius: 6px;
}

.pmc-withdrawal-summary dt {
  font-weight: 700;
}

.pmc-withdrawal-summary dd {
  margin: 0;
}

@media (max-width: 768px) {
  .pmc-cookie-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .pmc-cookie-actions,
  .pmc-cookie-modal-actions {
    justify-content: stretch;
  }

  .pmc-btn {
    flex: 1 1 100%;
  }

  .pmc-cookie-option {
    align-items: flex-start;
  }

  .pmc-withdrawal-summary {
    grid-template-columns: 1fr;
  }
}
