.radical-israel-piece {
  position: absolute;
  left: var(--l-radical-is);
  top: var(--t-radical-is);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translate(-50%, -50%);
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  background-image: url('https://ik.imagekit.io/ubx4wnixel/images/bibi-gvir-smotrich.png');
  z-index: 10;
  width: clamp(80px, 40vh, 320px);
  height: clamp(44px, 22vh, 176px); 
  text-align: center;
  /* border-radius: 50%; */
  border: 3px black solid;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.radical-israel-popup.pa-popup {
  right: 48%;
  top: 4%;
  padding: 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  background-color: red;
  color: red;
  overflow-y: scroll;
  height: 80vh;
  width: clamp(400px, 44vw, 550px);
  border: 1px solid gray;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background-color: black;
}

.radical-israel-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(1, 0, 0, 0.5);

  /* border-radius: 50%; */
  z-index: 1;
}

.radicals {
  .radical {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .radical-img {
    flex: 0 0 100px;
  }

  .radical-img img {
    width: 100px;
    height: auto;
    border-radius: 4px;
  }

  .radical-info {
    flex: 1 1 300px;
  }

  .radical-info h3 {
    margin: 0;
  }

  .radical-title {
    color: yellow;
    margin-bottom: 5px;
  }

  .radical-summary {
    margin-top: 0;
  }

  .radical-quotes {
    margin-top: 10px;
    padding-left: 20px;
  }

  .radical-quotes li {
    margin-bottom: 10px;
    font-size: 0.95em;
  }

  .radical-quotes a {
    color: lightblue;
    text-decoration: underline;
  }

  /* Mobile responsiveness */
  @media (max-width: 600px) {
    .radical {
      flex-direction: column;
      align-items: center;
    }

    .radical-img {
      margin-bottom: 10px;
    }

    .radical-info {
      text-align: center;
    }

    .radical-quotes {
      padding-left: 0;
    }
  }

    h3 {
      color: gray;
    }
    h4 {
      color: white;
      margin: 0;
    }
}