.biens-loop-widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 767px) {
    .biens-loop-widget {
        grid-template-columns: 1fr;
    }
}

.custom-bullets {
    list-style: none; /* Supprime les puces par défaut */
    padding-left: 0;
  }
  
  .custom-bullets li {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='2' viewBox='0 0 34 2'%3E%3Cg id='Group_285' data-name='Group 285' transform='translate(75.5 -1813.5) rotate(90)'%3E%3Cline id='Line_7' data-name='Line 7' y2='12' transform='translate(1814.5 41.5)' fill='none' stroke='%23bb172d' stroke-width='2'/%3E%3Cline id='Line_8' data-name='Line 8' y2='19.569' transform='translate(1814.5 55.931)' fill='none' stroke='%23bb172d' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left top+15px;
    padding-left: 3rem;
    margin-bottom: 0.8em;
    font-size: 1.2rem;
  }

.biens-wrapper {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.post-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.post-content {
    font-size: 16px;
    color: #555;
}