




.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  background-color:hsl(0, 0%, 15%); 
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 2.5fr 1fr; 
  border-radius: 10px;
}

.img-clm{
  display: flex; 
    justify-content: center;
    align-items: center;
   
}

.img-cls{
    width: 100%;
    max-width: 100%;
    height: auto;
    filter: opacity(.1);
    filter: 
        drop-shadow(5px 5px 5px rgb(0, 0, 0))
        drop-shadow(5px 5px 5px rgb(15, 15, 15));
}

.compare-button{
  text-decoration: none;
  color: white;
}


.icon{ 
    justify-self: end;
}
.icon2{
  
}


.smry-table{
  background-color: hsl(0, 0%, 15%);
  width: 95%;
  margin: auto;
  margin-bottom: 1rem;
  border-radius: 10px;
  padding: 1rem;
}

.smry-table th {
    text-align: left;
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: 2px solid hsl(225, 11%, 15%);
    color: hsl(0, 100%, 100%);
    margin-bottom: 1rem;
}

.smry-table td {
   text-transform: capitalize;
   border-bottom: 1.5px solid hsla(0, 0%, 100%,0.08);
   font-size: .875rem ;
   color: hsl(0, 0, 90%);
   line-height: 1.4;
}



.table-head {
    width: 40%;
    color: hsl(215, 15%, 65%);
    padding: 12px 8px;
    
}
.table_head_lowcase{
  text-transform: lowercase;
}

.smytable{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 1rem;
}

.tiles{
    display: flex;
   background-color: hsl(0, 0%, 15%);
    justify-content: center;
    align-items: center;  
    border-radius: 10px;

}
.tile1{
 flex: 0 0 20%; 
 padding-left: 1rem;

}
.tile2{
  flex: 1;
}