#download {
  max-width: 710px;
  font-family: Montserrat; }
  #download .card {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    box-shadow: none;
    border-radius: 0; }
    #download .card .card-body.with-overflow {
      background-color: #fcfcfc; }
  #download .referral-program-offer-card {
    width: 100%;
    padding: 10px 0;
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
    hyphens: manual; }
    @media screen and (max-width: 550px) {
      #download .referral-program-offer-card {
        margin-top: 0;
        margin-bottom: 0; }
        #download .referral-program-offer-card:last-of-type {
          padding-top: 0; } }
  #download .offer-wrapper {
    display: flex;
    gap: 35px; }
    @media screen and (max-width: 550px) {
      #download .offer-wrapper {
        flex-direction: column;
        gap: 0; } }
  #download .referral-text-black {
    color: #000;
    /* Black color for non-clickable text */
    font-weight: bold; }
  #download .referral-text-black a {
    color: #299863;
    /* Green color for clickable text */
    text-decoration: none; }
  #download .referral-text-black a:hover {
    text-decoration: underline; }
  #download .name {
    font-size: 16px;
    font-weight: 600; }
    #download .name a {
      color: #222;
      text-decoration: none !important; }
  #download .download-list {
    overflow-y: auto;
    max-height: 550px; }
    #download .download-list.download-scroll {
      overflow-y: scroll !important; }
  @media (max-width: 479px) {
    #download .download-list {
      max-height: inherit; } }
  #download .btn-download {
    padding: 10px 24px 10px 14px;
    font-size: 16px;
    font-weight: 600;
    color: white !important;
    width: 155px;
    height: 48px; }
    #download .btn-download:before {
      content: "";
      display: block;
      background: image-url("sendowl/download-arrow.svg") no-repeat;
      background-size: 22px 22px;
      width: 22px;
      height: 22px;
      float: left;
      margin: 0px 12px 0 0; }
  #download .btn-secondary-action:hover {
    opacity: 0.8;
    background: white !important; }
  #download .btn-secondary-action:focus {
    opacity: 0.7;
    background: white !important; }
  #download .btn-download-sm {
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    min-width: 150px;
    text-align: center; }
  #download .item {
    background-color: #fcfcfc;
    padding: 32px;
    border-bottom: 1px solid rgba(0, 54, 88, 0.08); }
    #download .item:last-of-type {
      border-bottom: none; }
  #download .expiry {
    font-size: 14px;
    line-height: 22px; }
  #download .license-sub {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700; }
  #download .empty-license-key {
    font-size: 14px; }
  #download .license-key {
    font-size: 14px;
    border-right: 1px solid rgba(0, 54, 88, 0.08); }
  #download .license-copy {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer; }

#manage-subscription-update-card .update-card-card {
  width: 600px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

#view-media {
  max-width: 812px; }
  #view-media .content {
    padding: 18px 20px 8px 20px; }
  #view-media .meta {
    margin: 0 5px; }
  #view-media .player {
    max-width: 100%;
    width: 1000px; }
  #view-media .audio-player {
    height: 150px;
    margin-bottom: 5px; }
  #view-media .hidden-player {
    display: none; }
  #view-media .download {
    color: #555;
    padding: 10px 2px 0 1px;
    margin: 5px 0 0 0;
    text-align: center; }
    #view-media .download a,
    #view-media .download a:hover,
    #view-media .download a:visited {
      color: #999;
      text-decoration: none;
      font-size: 15px;
      line-height: 21px;
      border: 1px solid #999;
      border-radius: 5px;
      padding: 8px 20px;
      display: inline-block; }
  #view-media .back-link {
    margin: 20px 0;
    text-align: center; }
  #view-media .not-available {
    text-align: center;
    margin: 50px 0 50px 0; }
