.card[data-v-9a88fb0a] {
  width: 100%;
  padding: 25px;
}
@media screen and (min-width: 930px) {
.card[data-v-9a88fb0a] {
      border: 1px solid #eeeeee;
      border-radius: 3px;
      -webkit-box-shadow: 2px 2px 4px 0 #eeeeee;
              box-shadow: 2px 2px 4px 0 #eeeeee;
}
}
.card__options[data-v-9a88fb0a] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
    padding: 15px 0 0;
    border-top: 1px solid #eee;
}
.card__options__button[data-v-9a88fb0a] {
      position: relative;
      background: transparent;
      border: none;
      font-family: 'Source Sans Pro';
      font-size: 14px;
      color: #666;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.card__options__button[data-v-9a88fb0a]:hover {
        color: #000;
}
.card__options__button[data-v-9a88fb0a]:last-child {
        margin-left: 30px;
}
.card__options__button--edit[data-v-9a88fb0a]::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -21px;
        width: 17px;
        height: 17px;
        background: url(https://static.netshoes.com.br/vue-components/6.88.4/zattini/images/691bdea966e2db127fb056af89d58e1f.svg) center center/contain no-repeat;
}
.card__options__button--delete[data-v-9a88fb0a]::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -21px;
        width: 17px;
        height: 17px;
        background: url(https://static.netshoes.com.br/vue-components/6.88.4/zattini/images/63922b81cc3a94455394c468f46582df.svg) center center/contain no-repeat;
}


