
.book__card{

   border: 1px #DDD solid;
   padding: 24px;
   margin-bottom:6px;
     display: flex;
  align-items: flex-start; 
  color:#222;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.book__card:hover {
  transform: scale(1.005);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.book__image {
  flex-shrink: 0; 
  margin-right: 24px;
}

.book__image img {
  width: 80px;
  height: auto; 
}

.book__card h3{
		font-size: 24px !important;
   
}
.book__card a {color:#222;}

.breadcrumb {
  list-style: none;
  padding: 10px;
  margin: 0;
  background-color: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.breadcrumb li {
  display: inline;
  margin-right: 5px;
  font-size:14px;
  text-align: left;
}

.breadcrumb a {
  text-decoration: none;
  color: #007bff;
  font-weight: normal;
  font-size:14px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 5px;
  margin-right: 5px;
  color: #6c757d;
}

.breadcrumb li:last-child a {
  color: #000;
  cursor: default;
}

.breadcrumb li:last-child {
  font-weight:normal;
  color: #000;
}


.list__category__magazine {

margin-top: 24px;
}
.list__category__magazine ul {
  position: relative;
    text-align: left;
}
.list__category__magazine ul li {
  position: relative;
  left: 0;
  color: #012665;
  list-style: none;
  margin: 4px 0;
  border-left: 2px solid #004B83;
  transition: 0.5s;
  cursor: pointer;
    text-align: left;
}
.list__category__magazine ul li:hover {
  left: 10px;
}
.list__category__magazine ul li span {
  position: relative;
  padding: 8px;
  padding-left: 12px;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
  color:#012665;
  font-size: 22px;
}
.list__category__magazine ul li:hover span {
  color: #FFF;
}
.list__category__magazine ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #004B83;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}
.list__category__magazine ul li:hover:before {
  transform: scaleX(1);
}



.magazine__gallery__wrap__left, .magazine__gallery__wrap__footer {
  display: flex;
  flex-direction: row;
  gap:12px;
 
}
.magazine__gallery__wrap__left{
flex-direction: column;
align-items: flex-start;
padding: 6px 0;

}
.magazine__gallery__wrap__footer {
  align-items: center;
 padding-left: 208px;
  justify-content: space-between;

  height: 304px;
  }




.magazine__gallery__wrap__left  .magazine__gallery__item {

height: 304px;
  width: 198px;
  background-position: center;
  background-size: cover;
  /*background-size: contain;*/
 background-repeat: no-repeat;
   box-shadow:
    inset 0 -3em 3em rgba(0, 0, 0, 0.04),
    0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.2);
  
}

.magazine__gallery__wrap__footer  .magazine__gallery__item {

height: 304px;
  width: 198px;
  background-position: center;
  background-size: cover;
  /*background-size: contain;*/
 background-repeat: no-repeat;
   box-shadow:
    inset 0 -3em 3em rgba(0, 0, 0, 0.05),
    0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.25);
  
}


.doi__wrap{

   display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.doi__wrap a {margin-left: 24px;}




.magazine__wrap {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-template-rows: auto auto;
  gap: 0;
  margin-top: 24px;
}

.magazine__gallery__wrap__left {
  grid-column: 1 / 2;
  grid-row: 1 / 3;

 
}

.magazine__main__wrap {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
    min-height: 640px;
}
.magazine__main__wrap h2{text-align: left;}
.magazine__main__wrap h3{margin: 42px 0 12px 0;}

.magazine__gallery__wrap__footer {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
   padding-top: 24px;
}





@media (max-width: 920px) {
  .magazine__wrap {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
  }

  .magazine__main__wrap,
  .magazine__gallery__wrap__left,
  .magazine__gallery__wrap__footer {
    grid-column: 1 / -1;
  }

  .magazine__main__wrap {
    grid-row: 1 / 2;
  }

  .magazine__gallery__wrap__left {
    grid-row: 2 / 3; 
    flex-direction: row;
     align-items: center;
   justify-content: center;
   padding-top: 24px;
  }
    .magazine__gallery__wrap__footer {
   padding-top: 4px;
    }
  .magazine__gallery__wrap__left .magazine__gallery__item{

    flex: auto; 
    flex-shrink: 0; flex-grow: 0;
 
  }
  .magazine__gallery__wrap__footer {
    grid-row: 3 / 4; 
  }
  .magazine__gallery__wrap__footer {
    padding-left: 0;
  }
.magazine__main__wrap {
   min-height: 0;
}


}
@media (max-width: 680px) {

 .magazine__gallery__wrap__left, .magazine__gallery__wrap__footer {
  height: auto;
  flex-direction: column; 
  align-items: center;
   justify-content: center;
}
}



.boxs__category__magazine {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.boxs__category__magazine .item {
  width: 160px; /* Adjust as needed */
  margin: 6px;
  text-align: center;
transition: transform 0.3s ease-in-out;
     box-shadow:
    inset 0 -3em 3em rgba(0, 0, 0, 0.04),
    0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.2);
}
.boxs__category__magazine .item:hover  {
  transform: scale(1.05); 
}

.boxs__category__magazine  img {
  max-width: 100%;
  height: auto;
}

.boxs__category__magazine  .caption {
  margin-top: 5px;
}