.ytsubscribebuttoncard {
    position: fixed;
    bottom: 20px;
    right: -500px;
    width: auto;
    max-width: 90%;
    opacity: 0;
    transition: all 0.5s;
    z-index: 999999;
}
.ytsubscribebuttoncard_inner {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.ytsubscribebuttoncard.ytsubscribebuttoncard_position_top_right {
    bottom: auto;
    top: 20px;
}
.ytsubscribebuttoncard.ytsubscribebuttoncard_showing {
    right: 20px;
    opacity: 1;
}
.ytsubscribebuttoncard.ytsubscribebuttoncard_position_bottom_left {
    right: auto;
    left: -500px;
}
.ytsubscribebuttoncard.ytsubscribebuttoncard_position_bottom_left.ytsubscribebuttoncard_showing {
    right: auto;
    left: 20px;
}
.ytsubscribebuttoncard.ytsubscribebuttoncard_position_top_left {
    bottom: auto;
    top: 20px;
    right: auto;
    left: -500px;
}
.ytsubscribebuttoncard.ytsubscribebuttoncard_position_top_left.ytsubscribebuttoncard_showing {
    left: 20px;
    right: auto;
}
.ytsubscribebuttoncard_body {
    padding: 10px;
    display: flex;
}
.ytsubscribebuttoncard_body_details {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    width: auto;
    padding-left: 10px;
    max-width: 200px;
}
.ytsubscribebuttoncard_body_inner {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ytsubscribebuttoncard_body_thumbnail {
    width: 88px;
    height: 88px;
    border-radius: 5px;
    overflow: hidden;
}
.ytsubscribebuttoncard_body_thumbnail img {
    width: 100%;
    height: auto;
}
.ytsubscribebuttoncard_body_details_header h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 100%;
    color: #030303;
}
.ytsubscribebuttoncard_body_details_header h3 a {
    color: #030303;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    outline: 0 !important;
    line-height: 100%;
    font-weight: 600;
}
.ytsubscribebuttoncard_body_details_header p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #3f3f44;
}
.ytsubscribebuttoncard_body_details_button {
    margin-top: 5px;
}
.ytsubscribebuttoncard_body_details_button a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    outline: 0 !important;
    line-height: 100%;
}
span.ytsubscribebuttoncard_body_details_button_text {
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 15px;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #fff;
    background-color: red;
    border-color: red;
    position: relative;
    text-transform: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: uppercase;
}
span.ytsubscribebuttoncard_body_details_button_text:hover {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
span.ytsubscribebuttoncard_body_details_button_count {
    width: auto;
    background: #e7f3ff;
    color: #1876f2 !important;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 100%;
    padding: 10px 10px;
    margin-left: 8px;
    font-weight: 500;
}
span.ytsubscribebuttoncard_body_details_button_count::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 11px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 5px solid #e7f3ff;
    border-bottom: 6px solid transparent;
}
.ytsubscribebuttoncard_close {
    position: absolute;
    top: -10px;
    right: -10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    background: #fff;
    z-index: 999999999;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}
.ytsubscribebuttoncard_close img {
    width: 11px;
    height: auto;
    display: inline-block;
}
.ytsubscribebuttoncard:hover .ytsubscribebuttoncard_close {
    display: flex;
}
.ytsubscribebuttoncard.ytsubscribebuttoncard_scheme_dark .ytsubscribebuttoncard_inner {
    background: #17223b;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
.ytsubscribebuttoncard_scheme_dark .ytsubscribebuttoncard_body_details_header h3,
.ytsubscribebuttoncard_scheme_dark .ytsubscribebuttoncard_body_details_header h3 a {
    color: #fff;
}
.ytsubscribebuttoncard_scheme_dark .ytsubscribebuttoncard_body_details_header p {
    color: #fff;
}
.ytsubscribebuttoncard_scheme_dark span.ytsubscribebuttoncard_body_details_button_count {
    background: #263859;
    color: #c5c5c5 !important;
}
.ytsubscribebuttoncard_scheme_dark span.ytsubscribebuttoncard_body_details_button_count::before {
    border-right-color: #263859;
}
.ytsubscribebuttoncard_scheme_dark .ytsubscribebuttoncard_close {
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
    background: #263859;
}
.ytsubscribebuttoncard_scheme_dark .ytsubscribebuttoncard_close img {
    filter: brightness(1);
    filter: invert(100%);
}
.ytsubscribebuttoncard_cover {
    padding: 50px 0;
    background-size: cover !important;
    background-position: center !important;
}

@media all and (max-width:767px){
  .ytsubscribebuttoncard.ytsubscribebuttoncard_hide_in_mobile_yes {
      display: none !important;
  }
}
