.agriwi-btn {
  background: white;
  color: white;
  padding: 5px;
  border: none;
  cursor: pointer;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: no-wrap;
  margin-bottom: 20px;
  width: 100%;
  max-width: 365px;
  min-width: 360px;
}
.agriwi-btn .agriwi-btn-img-credit {
  width: 30px;
  height: 30px;
}
.agriwi-btn .agriwi-btn-full-img-credit {
  width: 50px;
  height: 30px;
}
.agriwi-btn span {
  color: black;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.agriwi-btn .agriwi-credit-btn-link {
  color: #1181b1;
  border-bottom: 1px solid #1181b1;
  width: 145px;
}
.agriwi-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.agriwi-modal-content {
  background: white;
  border-radius: 10px;
  width: 80%;
  height: 90%;
  max-width: 600px;
  max-height: 800px;
  position: relative;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.agriwi-modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}
.agriwi-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 35px;
  cursor: pointer;
  padding: 5px;
  width: 30px;
  height: 30px;
  background-color: #3eb121;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white;
}