h1{
      color: red;
}

.css-exists{
      color: red;      
}

.no-style {
      background: none;
      border: none;
      color: #0073aa; /* WordPress default link color */
      padding: 0;
      font-size: 16px;
      cursor: pointer;
  }
  .no-style:hover {
      color: #005177; /* Darker shade for hover effect */
  }
  .no-style .dashicons {
      margin-right: 5px; /* Space between icon and text */
  }

.title-info {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
    border-bottom: 2px solid #888;
}

.result-title-info {
    font-size: 1.5em;
    font-weight: bold;
    color: red;
    padding: 10px 0;
    border-bottom: 2px solid #888;
}

.info-line {
    font-size: 16px;
    margin: 6px 0;
    color: #222;
}

.info-line .label {
    color: #0055aa;
}

.info-line .label {
    color: #1d1e1f;
}

.info-line .label-infor{
    font-weight: bold;
}

.info-line .label-infor-rull{
    color: #3347a3;
}

.info-line .label-infor-red{
    font-weight: bold;
    color: #b40027;
}

.info-line .label-infor-green{
    font-weight: bold;
    color: #007802;
}

.rounded-shadow-img-gr {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 15px;               /* bo tròn góc */
    box-shadow: 0 4px 12px rgba(0,0,0,0.2); /* đổ bóng nhẹ */
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* Hiệu ứng hover nhẹ cho đẹp hơn */
  .rounded-shadow-img-gr:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  }