.intergration-library .app-post-list-box {
    border: 1px solid #00020514;
    border-radius: 24px;
}

.intergration-library .app-post-image {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intergration-library .app-post-image img {
    width: auto;
    height: auto;
    max-width: 50px;
    display: block;
}

.intergration-library .app-post-list-box a {
    pointer-events: all;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3c;
}

.intergration-library .app-post-list-box .app-post-cat-name,
.intergration-library .app-post-list-box .secondary-link {
    padding: 8px 10px;
    line-height: 1.6;
}

.intergration-library .secondary-link {
    text-decoration: underline;
}

.intergration-library .app-post-content {
    margin-bottom: 50px;
}

.intergration-library .app-post-content .app-post-desc {
    font-size: 22px;
    line-height: normal;
}

.intergration-library .bottom-link {
    position: absolute;
    width: 100%;
    height: 50px;
    text-align: center;
    bottom: 0;
    left: 0;
    background: #8980881A;
    color: #6D6C6A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 24px 24px;
    transition: all 0.2s ease-in-out;
}

.intergration-library .bottom-link a {
    position: relative;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    padding-right: 30px;
    font-weight: 500;
}

.intergration-library .bottom-link a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 14px;
    background-image: url(/wp-content/uploads/2024/09/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 5px;
    top: 12px;
    transition: all 0.2s ease-in-out;
}

.intergration-library .bottom-link:hover {
    background: #F5EAF3;
}

.intergration-library .bottom-link:hover a {
    text-decoration: underline;
    color: #982A86;
    text-decoration: none;
}

.intergration-library .bottom-link:hover a::after {
    background-image: url(/wp-content/uploads/2024/09/right-arrow-coloured.svg);
}
