/* Branch information display container */
.branch-profile {
    background-color: #121418;
    width: 100%;
    padding: 24px 0 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.branch-profile_wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* Branch branding logo container */
.branch-profile_logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.branch-profile_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Branch name heading */
.branch-profile_name {
    color: #ffffff;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 24px 0;
}

/* Branch details information panel */
.branch-profile_details {
    background-color: #222222;
    padding: 40px 20px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

/* Physical address information */
.branch-profile_address {
    color: #cccccc;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

/* Location navigation link */
.branch-profile_location-link {
    color: #cccccc;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    margin: 0 0 20px 0;
}

/* Contact phone number */
.branch-profile_phone {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}
