[data-shortcode="custom_codes_linkedin"] {
    background-color: #ffffff;
    border: 1px solid #dce1e9;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    margin: 20px 0;
    padding: 20px;
}

[data-shortcode="custom_codes_linkedin"] :first-child {
    margin-top: 0;
}

[data-shortcode="custom_codes_linkedin"] :last-child {
    margin-bottom: 0;
}

[data-shortcode="custom_codes_linkedin"] div.title {
    align-items: center;
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

[data-shortcode="custom_codes_linkedin"] div.title h3 {
    align-items: center;
    color: #3a4454;
    display: inline-flex;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    gap: 7px;
    line-height: 1.5;
    margin: 0;
}

[data-shortcode="custom_codes_linkedin"] div.title h3 span {
    position: relative;
}

[data-shortcode="custom_codes_linkedin"] div.title span.icon,
[data-shortcode="custom_codes_linkedin"] div.title span.icon svg {
    display: block;
}

[data-shortcode="custom_codes_linkedin"] p {
    color: #4a5264;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

[data-shortcode="custom_codes_linkedin"] p b {
    font-weight: 700;
}

[data-shortcode="custom_codes_linkedin"] p a:hover {
    text-decoration: underline;
}

[data-shortcode="custom_codes_linkedin"] .square {
    background-color: #efefef;
    border-radius: 5px;
    display: block;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}

[data-shortcode="custom_codes_linkedin"] .square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

[data-shortcode="custom_codes_linkedin"] .square>* {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    width: 100%;
}
