.nav--cta-group__layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  z-index: 99;
  position: relative;
}

a.nav--login-cta__styles {
font-family: Inter;
font-size: 14px;
font-weight: 600;
line-height: 20px;
letter-spacing: -0.05000000074505806px;
text-align: center;
color: white;
  text-decoration: none;
}

.nav--login-cta__styles {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: center;
      justify-content: flex-end;
}

.nav--login-cta__styles {
  min-width: 94px;
}

.nav--login-cta__styles>img {
  margin-right: 16px;
}

.nav--cta-button__layout {
  padding: 16px clamp(16px, 1.6vw, 40px);
}
/*-----------------------------------------------------------*/
.js-journalist-option--hide {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease-out;
  max-height: 0px;
}
.js-journalist-option--show{
  opacity: 1;
  z-index: 10;
}
/*
.js-journalists-button__styles {
  margin: 0px;
  width: 100%;
  padding: 12px 24px;
  border-radius: 5px;
  background-color: inherit;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #0c1725;
  font-family: var(--fieldwork-font-stack);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
button.journalistButton-cta-styles{
  margin: 0px;
  /*padding: 4px;
  line-height: 30px;* /
  display: inline;
  height: 52px;
}
button.js-journalists-button__styles:hover {
  background-color: rgba(40, 49, 92, 0.075);
}
*/
.journalists-dropdown-child {
  position: absolute;
  /* opacity: 0px; */
  width: 200px;
  background-color: #F9F9FB;
  box-shadow: var(--default-box-shadow);
  border-radius: 5px;
  padding-inline-start: 0px;
  padding: 8px;
  top: 68px;
  left: 0px;
  list-style: none;
  transition: opacity 0.3s ease-in;
}
.journalist_dropdown--wrapper{
  position: relative;
  display: inline-block;
  width: fit-content;
  left: 10px;
}

@media (min-width: 467px) {
  .nav--login-cta__styles {
    margin-right: 16px;
  }
}

@media (max-width: 1160px) {

  .nav--cta-group__layout {
    flex-direction: column;
    row-gap: 24px;
    align-items: flex-start;
    width: 100%;
  }

  .nav--login-cta__styles {
    padding-left: 16px;
    padding: 16px;
    border-bottom: 1px solid #e4eaf1;
    /* background-color: #edf0f2; */
    margin: 0 auto;
    width: 80%;
  }

  a.nav--login-cta__styles {
    font-family: var(--fieldwork-font-stack);
  }

  .nav--login-cta__styles img {
    display: none;
  }

  .nav--login-cta__styles {
    /* margin-right: 0px; */
  }

  .nav--cta-button__layout {
    display: none;
  }

  .journalist_dropdown--wrapper{
    width:80%;
    margin: 0 auto;
    left:0;
  }
  .signup-button{
    margin:0 10%;
  }
}
