.mp-scf-search-wrapper {
  text-align: right;
  margin-bottom: 20px;
}
#mp-scf-search {
  padding: 10px;
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.mp-scf-document {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
}
.mp-scf-name {
  
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
.mp-scf-type,
.mp-scf-size {
  
  text-align: left;
  width: 33%;
}
.mp-scf-download {
  
  padding: 8px 10px;
  font-size: 12px;
  font-weight: bold;
  background-color: #0c8774;
  color: white !important;
  border-radius: 4px;
  border: 1px solid #0c8774;
  text-decoration: none !important;
  transition: background 0.2s;
   width: 33%;
   max-width: 105px;
   text-align: center;
}

.mp-scf-download:hover {
  background-color: #fff;
  color: #0c8774 !important;
}

@media(min-width:768px){
.mp-scf-document {
  flex-direction: row;
  flex-wrap: nowrap;
}



  .mp-scf-name {
  flex: 4;
  font-weight: bold;
  width: auto;
}

.mp-scf-type,
.mp-scf-size {
  flex: 1;
  text-align: center;
  width: auto;
}

.mp-scf-download {
  flex: 0 0 auto;
  padding: 12px 20px;
  font-size: 15px;
  width: auto;
  max-width: none;
}
}

@media(min-width:1024px){
  .mp-scf-name {
  flex: 6;
  font-weight: bold;
}
.mp-scf-type,
.mp-scf-size {
  flex: 1;
  text-align: center;
}
}
