.single-organization .style-1-without-sidebar .space-organization-details {
    margin: 28px 0 42px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-top: 4px solid #f4b400;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.1);
}

.single-organization .style-1-without-sidebar .space-organization-details-title {
    box-sizing: border-box;
    margin: 0;
    padding: 17px 22px;
    background: #151515;
    border-bottom: 3px solid #f4b400;
}

.single-organization .style-1-without-sidebar .space-organization-details-title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
}

.single-organization .style-1-without-sidebar .space-organization-details-item {
    display: grid;
    grid-template-columns: minmax(170px, 30%) minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 20px;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.single-organization .style-1-without-sidebar .space-organization-details-item:nth-child(odd) {
    background: #fffdf5;
}

.single-organization .style-1-without-sidebar .space-organization-details-item:last-child {
    border-bottom: 0;
}

.single-organization .style-1-without-sidebar .space-organization-details-item-title,
.single-organization .style-1-without-sidebar .space-organization-details-item-links {
    float: none;
    width: auto;
    min-width: 0;
}

.single-organization .style-1-without-sidebar .space-organization-details-item-title {
    color: #181818;
    font-size: 15px;
    line-height: 1.4;
}

.single-organization .style-1-without-sidebar .space-organization-details-item-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.single-organization .style-1-without-sidebar .space-organization-details-item-links a,
.single-organization .style-1-without-sidebar .space-organization-details-item-links span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 11px;
    color: #181818;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none;
    background: #fff4c2;
    border: 1px solid #e2bd35;
    border-radius: 4px;
}

.single-organization .style-1-without-sidebar .space-organization-details-item-links a:hover {
    color: #000000;
    background: #ffd84d;
    border-color: #c99400;
}

.single-organization .style-1-without-sidebar .space-organization-details-item-links a.logo-item {
    background: #ffffff;
}

@media screen and (max-width: 767px) {
    .single-organization .style-1-without-sidebar .space-organization-details {
        margin: 22px 0 34px;
    }

    .single-organization .style-1-without-sidebar .space-organization-details-title {
        padding: 15px 16px;
    }

    .single-organization .style-1-without-sidebar .space-organization-details-title h3 {
        font-size: 19px;
    }

    .single-organization .style-1-without-sidebar .space-organization-details-item {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 11px 15px;
    }
}
