.rihlatk-place {
    position: relative;
    width: 100%;
}
.rihlatk-place__input {
    width: 100%;
    box-sizing: border-box;
}
.rihlatk-place__list {
    position: absolute;
    z-index: 80;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    max-height: 260px;
    overflow: auto;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    padding: 6px;
}
.rihlatk-place__list[hidden] {
    display: none !important;
}
.rihlatk-place__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
    text-align: start;
    border: 0;
    background: transparent;
    padding: 10px 12px;
    border-radius: 10px;
    cursor: pointer;
    color: #111827;
}
.rihlatk-place__item:hover,
.rihlatk-place__item:focus {
    background: #F3F4F6;
    outline: none;
}
.rihlatk-place__item strong {
    font-size: 13px;
    font-weight: 700;
}
.rihlatk-place__item span {
    font-size: 11px;
    color: #6B7280;
}
.rihlatk-place__error {
    padding: 12px 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    color: #9A3412;
}
.rihlatk-place__hint {
    margin-top: 6px;
    font-size: 12px;
    color: #6B7280;
}
.rihlatk-place__cover {
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #FFF7ED;
    border: 1px solid #FED7AA;
    color: #9A3412;
    font-size: 13px;
    line-height: 1.6;
}
.rihlatk-place__cover ul {
    margin: 8px 0 0;
    padding-inline-start: 1.2em;
}
