.hpj-floor-plan-document {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(104, 88, 72, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #2c3e50;
    text-decoration: none;
    max-width: 100%;
}

.hpj-floor-plan-document:hover {
    background: #f8f5f0;
    color: #1a252f;
}

.hpj-floor-plan-document__icon {
    display: inline-flex;
    flex-shrink: 0;
    line-height: 0;
}

.hpj-doc-icon {
    width: 34px;
    height: 41px;
    display: block;
    object-fit: contain;
}

.hpj-floor-plan-document__label {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.45;
}

.floor-plan-map .hpj-floor-plan-document {
    margin-top: 0.25rem;
}
