.nidya-emplacement {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.nidya-emplacement-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nidya-emplacement-icon {
    color: #6b5ce7;
}

.nidya-emplacement-info {
    color: #6b5ce7;
    cursor: help;
    font-size: 13px;
}

.nidya-emplacement-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.nidya-emplacement-card {
    flex: 1 1 120px;
    max-width: 160px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 14px 10px;
    text-align: center;
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease;
}

.nidya-emplacement-card:hover {
    border-color: #6b5ce7;
}

.nidya-emplacement-card.nidya-active {
    border-color: #6b5ce7;
    background-color: #f1efff;
}

.nidya-emplacement-shape {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    position: relative;
}

.nidya-emplacement-shape::before,
.nidya-emplacement-shape::after {
    content: "";
    position: absolute;
    border: 2px solid #333;
    border-radius: 4px;
}

.nidya-shape-generic::before {
    width: 26px;
    height: 26px;
    top: 7px;
    left: 7px;
    border-radius: 50%;
}

.nidya-shape-coeur::before {
    width: 24px;
    height: 24px;
    top: 8px;
    left: 8px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(45deg);
}

.nidya-shape-dos::before {
    width: 26px;
    height: 26px;
    top: 7px;
    left: 7px;
}

.nidya-shape-coeur_dos::before {
    width: 22px;
    height: 22px;
    top: 3px;
    left: 3px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(45deg);
}

.nidya-shape-coeur_dos::after {
    width: 22px;
    height: 22px;
    bottom: 3px;
    right: 3px;
}

.nidya-shape-poche::before {
    width: 26px;
    height: 26px;
    bottom: 6px;
    left: 7px;
    border-radius: 4px 4px 10px 10px;
}

.nidya-emplacement-label {
    display: block;
    font-weight: 600;
    font-size: 13px;
}

.nidya-emplacement-price {
    display: block;
    font-size: 12px;
    color: #6b5ce7;
    margin-top: 4px;
}

.nidya-digitizing-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    font-size: 13px;
}

.nidya-digitizing-label {
    font-weight: 600;
    flex: 1 1 auto;
}

.nidya-digitizing-price {
    color: #6b5ce7;
    font-weight: 600;
}
