/* RUMAHSIMPEL-ARTICLE-SHARE-V2 */

.rs-article-share{
  margin:18px 0 24px;
  padding:15px;
  border:1px solid #e0e8e3;
  border-radius:14px;
  background:#f8faf9;
}

.rs-share-label{
  display:block;
  margin:0 0 10px;
  color:#34453a;
  font-size:15px;
  line-height:1.3;
  font-weight:800;
}

.rs-share-buttons{
  display:grid;
  grid-template-columns:
    repeat(4,minmax(0,1fr));
  gap:8px;
}

.rs-share-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:42px;
  padding:9px 10px;
  border:0;
  border-radius:10px;
  appearance:none;
  cursor:pointer;
  font-family:inherit;
  font-size:13px;
  line-height:1.2;
  font-weight:750;
  text-decoration:none;
}

.rs-share-native{
  background:#237742;
  color:#fff;
}

.rs-share-wa{
  background:#e6f8ec;
  color:#15783a;
}

.rs-share-fb{
  background:#eaf2ff;
  color:#245da7;
}

.rs-share-copy{
  background:#f0f1f2;
  color:#3a4640;
}

.rs-share-btn:active{
  transform:scale(.98);
}

@media(max-width:700px){

  .rs-article-share{
    margin:16px 0 21px;
    padding:13px;
  }

  .rs-share-label{
    text-align:center;
    font-size:15px;
  }

  .rs-share-buttons{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
    gap:8px;
  }

  .rs-share-btn{
    min-height:45px;
    padding:10px 7px;
    font-size:14px;
  }
}
