.dn-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 25px 0;
}

.dn-item {
    padding: 24px 26px;
    background: #F8F9FA;
    border: 1px solid #e7edf3;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.dn-item-content {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
}

.dn-item-main {
    flex: 1 1 360px;
    min-width: 280px;
}

.dn-item-side {
    flex: 1 1 360px;
    min-width: 280px;
}

.dn-company {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
    color: #0f172a;
}

.dn-name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1e293b;
}

.dn-line {
    margin-bottom: 14px;
    color: #334155;
    line-height: 1.6;
}

.dn-line strong {
    color: #0f172a;
}

.dn-line a {
    word-break: break-word;
}

.dn-line-image {
    margin-top: 10px;
}

.dn-inline-image-box {
    width: 160px;
    max-width: 160px;
    padding: 8px;
    background: #fff;
    border: 1px solid #e7edf3;
    border-radius: 12px;
}

.dn-inline-image-box a,
.dn-inline-image-box img {
    display: block;
}

.dn-inline-image-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.dn-empty {
    padding: 18px 20px;
    border: 1px solid #e7edf3;
    border-radius: 14px;
    background: #fff;
}

@media (max-width: 768px) {
    .dn-item {
        padding: 18px;
    }

    .dn-item-content {
        gap: 18px;
    }

    .dn-item-main,
    .dn-item-side {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

.dn-line-map {
	margin-top: 10px;
}

.dn-store-map {
	width: 100%;
	max-width: 300px;
	height: 180px;
	border: 1px solid #e7edf3;
	border-radius: 12px;
	background: #eef2f5;
	overflow: hidden;
}

.dn-item-side .dn-line {
	margin-bottom: 16px;
}
