.rs-make-entry {
  background-color: transparent;
  font-family: "Jost", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
  background-image: linear-gradient(
    135deg,
    var(--e-global-color-ddc4004) 0%,
    var(--e-global-color-076555d) 100%
  );
  border-style: none;
  text-decoration: none;
  border-radius: 4px;
  padding: 12px 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.rs-make-entry:hover {
  background-image: linear-gradient(
    136deg,
    var(--e-global-color-076555d) 0%,
    var(--e-global-color-ddc4004) 100%
  );
}

.rs-product-entries {
  background-color: transparent;
  font-family: "Jost", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  background-image: linear-gradient(
    135deg,
    var(--e-global-color-ddc4004) 0%,
    var(--e-global-color-076555d) 100%
  );
  border-style: none;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 8px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.rs-entry-info {
  font-size: 16px;
  color: #ac26dd;
  font-weight: 600;
  padding-bottom: 10px;
}

.rs-make-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
