.button-wrapper-king-R-View {
      display: inline-block;
      position: relative;
      padding-bottom: 5px;
      border: 2px solid transparent;
      border-bottom: 1px solid #AA998A;
      transition: 
        background-color 0.3s ease,
        border 0.3s ease,
        padding-bottom 0.3s ease,
        margin-bottom 0.3s ease;
      background: #fff;
    }

    .custom-button-king-R-View {
      background-color: #AA998A;
      color: #fff;
      padding: 12px 24px;
      text-transform: uppercase;
      cursor: pointer;
      font-size: 14px;
      border: 1px solid transparent;
      position: relative;
      z-index: 1;
      transition: 
        background-color 0.3s ease,
        color 0.3s ease,
        border 0.3s ease;
    }

    .button-wrapper-king-R-View:hover {
      background-color: #000;
      border: 2px solid #000;
      padding-bottom: 0;
      margin-bottom: 5px;
    }

    .button-wrapper-king-R-View:hover .custom-button-king-R-View {
      background-color: #000;
      color: #fff;
      border: 1px solid #000;
    }