.restaurant-details-widget-modern {
    margin: 12px 16px 24px 16px;
}

.reyhoon-header-top-nav-logo {
    display: none;
}

.rdwm-cover {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.rdwm-cover img {
    width: 100%;
    margin: 0;
    object-fit: cover;
    display: block;
    height: 130px;
}
.rdwm-cover:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0,0,0,0) );
}

.rdwm-wraper {
    padding: 0 16px 0 4px;
    margin-top: -70px;
    z-index: 9;
    position: relative;
}

.rdwm-info .logo {
    display: block;
}
.rdwm-info .logo img {
    max-height: 100px;
    display: block;
}
.rdwm-info .name {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}
.rdwm-info .name h1 {
    margin: 0 4px;
    font-size: 24px;
    font-weight: bold;
}


.rdwm-status {
    display: flex;
    gap: 8px;
    align-items: center;
}
.rdwm-status .rdwm-badge {
    width: 8px;
    height: 8px;
    background-color: var(--reyhoon-gray-dark);
    border-radius: 8px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.rdwm-status  p {
    color: var(--reyhoon-gray-dark);
    font-size: 14px;
    font-weight: 600;
    margin: 0 2px;
}
.rdwm-status.accept-orders {
}
.rdwm-status.accept-orders .rdwm-badge {
    background-color: var(--reyhoon-succes);
    box-shadow: 0 0 0 6px rgba(16, 211, 123, 0.15);
}
.rdwm-status.accept-orders p {
    color: var(--reyhoon-succes);
}

.rdwm-info > p {
    margin: 4px;
    color: var(--reyhoon-gray-dark);
    font-size: 14px;
    font-weight: 400;
}


.rdwm-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding: 0 4px;
}
.rdwm-shipping-cost {
    display: flex;
    align-items: center;
    gap: 4px;
}
.rdwm-shipping-cost svg path {
    stroke: var(--reyhoon-text);
}
.rdwm-shipping-cost p {
    margin: 0 -10px 0 0;
}
.rdwm-shipping-cost strong {
    font-weight: 600;
    margin-right: 4px;
    font-size: 14px;
}

.rdwm-action > a {
    background-color: var(--reyhoon-gray-light);
    color: var(--reyhoon-gray-dark);
    padding: 4px 16px;
    border-radius: 20px;
    line-height: 2;
    font-size: 14px;
}