
.flexa-domain-box{
  font-family: Arial, sans-serif;
  width: 100%;
}

.flexa-domain-search{
  margin-bottom: 18px;
}

.flexa-domain-search input{
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 12px;
  outline: none;
  box-sizing: border-box;
}

.flexa-domain-search input:focus{
  border-color: #d20072;
  box-shadow: 0 0 0 3px rgba(210,0,114,0.08);
}

.flexa-domain-table-wrap{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.flexa-domain-table{
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.flexa-domain-table thead th{
  background: #d20072;
  color: #fff;
  text-align: left;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: 700;
}

.flexa-domain-table tbody td{
  padding: 14px 18px;
  border-top: 1px solid #f1f1f1;
  font-size: 15px;
  color: #222;
  vertical-align: middle;
}

.flexa-domain-table tbody tr:nth-child(even){
  background: #fafafa;
}

.flexa-domain-table tbody tr:hover{
  background: #fff4f9;
}

.flexa-domain-ext{
  font-weight: 600;
}

.flexa-domain-price{
  color: #d20072;
  font-weight: 700;
  white-space: nowrap;
}

.flexa-domain-action{
  white-space: nowrap;
}

.flexa-domain-btn{
  display: inline-block;
  background: #d20072;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.flexa-domain-btn:hover{
  background: #ad005d;
  color: #fff !important;
  transform: translateY(-1px);
}

.flexa-no-results{
  display: none;
  padding: 16px;
  margin-top: 12px;
  border: 1px solid #f0d7e4;
  background: #fff7fb;
  border-radius: 12px;
  color: #8a2155;
  font-size: 14px;
}

@media (max-width: 767px){
  .flexa-domain-table thead{
    display: none;
  }

  .flexa-domain-table,
  .flexa-domain-table tbody,
  .flexa-domain-table tr,
  .flexa-domain-table td{
    display: block;
    width: 100%;
  }

  .flexa-domain-table tr{
    margin-bottom: 14px;
    border: 1px solid #ececec;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
  }

  .flexa-domain-table tbody td{
    border: none;
    border-bottom: 1px solid #f3f3f3;
    padding: 12px 14px;
  }

  .flexa-domain-table tbody td:last-child{
    border-bottom: none;
  }

  .flexa-domain-table tbody td::before{
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #888;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .3px;
  }

  .flexa-domain-action{
    padding-top: 14px !important;
  }

  .flexa-domain-btn{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
