.br-notify {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(11, 61, 79, 0.92);
  border: 1px solid rgba(28, 194, 235, 0.25);
  border-left: 4px solid #1cc2eb;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  text-align: left;
}

.br-notify-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.br-notify-text {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
}

#feedback .content {
  display: flex;
  justify-content: center;
  padding: 20px;
}

#feedback .br-notify {
  max-width: 460px;
  padding: 28px 32px;
  gap: 18px;
  border-radius: 14px;
  border-left-width: 6px;
  background: rgba(16, 22, 30, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.7);
}
#feedback .br-notify .icon-group {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
#feedback .br-notify .icon-group .icon {
  font-size: 32px;
}
#feedback .br-notify .content, #feedback .br-notify .line {
  font-size: 17px;
  line-height: 1.5;
}

.held-branch-achievement {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 12px auto 0;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(28, 194, 235, 0.25);
  border-radius: 8px;
}
.held-branch-achievement h4 {
  margin: 4px 0 0;
  font-weight: 400;
  opacity: 0.7;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.held-branch-achievement strong {
  font-size: 18px;
}

.held-branch-achievement-badge {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(28, 194, 235, 0.25);
}

.br-feedback-panel {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 420px;
  margin: 0 auto;
  background: rgba(11, 61, 79, 0.92);
  border: 1px solid rgba(28, 194, 235, 0.25);
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  text-align: center;
}

.br-feedback-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.br-feedback-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 26px;
  color: #ffffff;
  margin: 0;
}

.br-feedback-body {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}
.br-feedback-body p {
  margin: 0 0 8px;
}
.br-feedback-body ul, .br-feedback-body ol {
  text-align: left;
  padding-left: 20px;
}

.br-feedback-field {
  width: 100%;
  margin-top: 12px;
  text-align: left;
}
.br-feedback-field .br-input {
  width: 100%;
  box-sizing: border-box;
}

.br-feedback-cta {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
