.promote-post-wrapper {
    margin: 24px auto;
    max-width: 720px;
}

.promote-post-box * {
    vertical-align: middle;
}

.promote-post-box h2 {
    margin: 0 !important;
}

.promote-post-box {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    padding: 8px;
    border-radius: 8px;
    transition: box-shadow 0.2s;
}

.promote-post-box {
    background: white;
}

.promote-post-box img {
    width: 100%;
    height: auto;
}

.promote-post-text div {
    margin: 0;
    padding: 10px;
    font-size: 1.2em;
}

.promote-post-box:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.promote-post-wrapper a:before {
    background: none !important;
}

.promote-post-image .image-wrapper:after {
    background: none !important;
}

.promote-post-image {
    max-width: 200px;
    margin-right: 40px;
}

.promote-post-badge {
    border-radius: 0 8px 8px 0;
    background: #fff9e5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36px;
}

.promote-post-badge-text {
    color: #faa61a;
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    transform: rotate(270deg);
    min-width: 140px;
    position: absolute;
    top: 36%;
    right: -52px;
}

.promote-post-box::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 90%;
    top: 10px;
    z-index: -1;
    right: -8px;
    transform: rotate(3deg);
    flex-shrink: 0;
    background: #faa61a;
    border-radius: 4px;
}