

.post-container {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
 
    overflow: hidden;
}

.post-header {
    display: flex;
    align-items: center;
    padding: 15px;
}

.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-info {
    font-size: 14px;
}

.user-info .name {
    font-weight: bold;
    font-size: 14px;
}

.user-info .timestamp {
    color: gray;
    font-size: 12px;
}

.post-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


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

.post-description {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.post-price {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: bold;
}
.propiedades{

    float: left;
}
.post-footer {

    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    
}

.like-button {
    background-color: transparent;
    border: none;
    color: #1877f2;
    cursor: pointer;
    font-size: 14px;
}

.like-button:hover {
    text-decoration: underline;
}

#contenidoError{
   
    width: 100%;
    z-index: 1;
}

.avatar {
    margin-bottom: 10px; /* Sube un poco la imagen */
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Hace que la imagen sea circular */
    object-fit: cover; /* Ajusta la imagen sin distorsión */
    border: 2px solid #ddd; /* Borde opcional */
}
.botones{
    margin: 2px;
    padding: 10px;
    background-color: #dadada;
    border-radius: 4px;
}

.localidades{
    margin: 0%;
}