@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;600&display=swap');
@import url('https://assets-cdn.maze.co/fonts/roobert-pro.css');

/* ======= LIST VIEW ======== */

/* This will change the header of the feed */
body.embed.popup .headerTitle {
    color: #111828 !important;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold !important;
    padding: 16px !important;
}

/* This will change the background color of the feed */
body.embed.popup .news {
    background: #ffffff !important;
     padding: 0 16px 16px 16px !important;
}

/* This will change the appearance of the post boxes */
body.embed.popup .feature {
    background: #fff!important;
    border-radius: 8px !important;
    box-shadow: 0px 0px 0px 0.5px rgba(108, 113, 140, 0.28) inset, 0px 1px 2px 0px rgba(108, 113, 140, 0.08), 0px 2px 8px 0px rgba(108, 113, 140, 0.08);
    margin-bottom: 16px !important;
    padding: 16px !important;
}

body.embed.popup .feature .featureTitle a.redirected {
    text-decoration: none;
}

body.embed.popup .feature .featureTitle a.redirected:hover {
    color: #0568FD !important;
}

/* This will change the appearance of the post type and date row */
body.embed.popup .feature .featureDate {
    display: flex;
    font-family: 'Public Sans', sans-serif;
    justify-content: space-between;
    margin-bottom: 16px !important;
}

/* This will change the appearance of the post date */
body.embed.popup .feature .featureDate span {
    color: #535A74!important;
    font-size: 12px;
    line-height: 24px;
}

body.embed .feature.hasShare .featureDate {
    width: 100%;
}

body.embed .feature .featureControls,
body.embed .feature .featureFeedback,
body.embed .feature .featureAction {
display: none;
}

body.embed.popup .featureControls {
    right: 16px !important;
    top: 16px !important;
}

/* This will change the apparance of the title */
body.embed.popup .feature .featureTitle {
    color: #111828 !important;
    font-family: 'Public Sans', sans-serif;
    margin-bottom: 4px !important;
}

body.embed.popup .feature .featureTitle a {
    font-family: 'Public Sans',serif;
    color: #111828 !important;
}

body.embed.popup .feature .featureContent p {
    margin: 0 !important;
}

.featureContent p {
	font-size: 16px !important;
}

.feature h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

/* This will change the appearance of the category tags */
body.embed.popup .feature .category {
    border-radius: 4px;
    padding: 6px 8px 6px 8px;
}

body.embed.popup .medium-insert-images figure,
body.embed.popup .feature.hasReadmore .featureContent .readmoreButton,
body.embed.popup .feature.hasReadmore .readmoreButton,
body.embed.popup .reducedWatermark {
    display: none;
}

/* ======= BOOSTED POPUP ======== */

body.popup .feature.boostedAnnouncementPopup {
    border-radius: 8px !important;
    box-shadow: none !important;
    box-sizing: border-box;
    height: 472px !important;
    max-width: 920px !important;
    padding: 0;
    display: flex;
    flex-direction: column;
}


body.popup .feature.boostedAnnouncementPopup:after {
    background: url("https://app.maze.co/static/login-illustration-716a5fde22b91147f7d3692b2d131db8.png") right top / cover no-repeat;
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 0;
} 

body.popup .feature.boostedAnnouncementPopup .featureContent .medium-insert-images {
    display: none !important;
}

body.popup .feature.boostedAnnouncementPopup .featureContent .medium-insert-images:nth-of-type(1) {
    display: block !important;
}

body.popup .feature.boostedAnnouncementPopup .featureContent .medium-insert-images figure {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
    height: 472px;
    margin: 0;
    max-width: 460px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 1;
}

body.popup .feature.boostedAnnouncementPopup .featureContent .medium-insert-images figure:hover {
	box-shadow: none;
}

body.popup .feature.boostedAnnouncementPopup .featureContent .medium-insert-images figure img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

body.popup .feature.boostedAnnouncementPopup .featureContent .fullscreen {
    box-shadow: none;
    -webkit-box-shadow: none;
}


body.popup .feature.boostedAnnouncementPopup .featureDate {
    display: none;
}

body.popup .feature.boostedAnnouncementPopup .featureTitle {
    color: #000 !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    padding: 24px;
    width: 50%;
    margin-bottom: 0!important;
    border-bottom: 1px solid #6C718C47;
}

body.popup .feature.boostedAnnouncementPopup .featureTitle a {
    font-family: 'Roobert PRO', sans-serif;
    color: #000!important;
    text-decoration: none;
}


body.popup .feature.boostedAnnouncementPopup .featureContent .medium-insert-images figure:hover img {
transform: none !important;
}

body.popup .feature.boostedAnnouncementPopup .featureContent {
    font-family: 'Roobert PRO', sans-serif;
    padding: 24px;
    width: 50%;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
  flex: 1;
}

body.popup .feature.boostedAnnouncementPopup .featureContent p {
    font-family: 'Roobert PRO', sans-serif;
    margin-bottom: 12px !important;
    color: #000;
}

body.popup .feature.boostedAnnouncementPopup .featureContent a {
	color: #0568FD!important;
}

body.popup .feature.boostedAnnouncementPopup .featureAction {
    margin-top: 0 !important;
    padding: 16px 24px;
        border-top: 1px solid #6C718C47;
        width: 50%;
        display: flex; 
        justify-content: flex-end;
        width: 50%;
}

body.popup .feature.boostedAnnouncementPopup .featureAction a {
    display: inline-flex;
    font-family: 'Roobert PRO', sans-serif;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    white-space: nowrap;
    font-size: 16px;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    padding: 12px 16px;
    line-height: 24px;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out 0s;
    background: rgb(5, 104, 253) !important;
    color: rgb(255, 255, 255) !important;
    box-shadow: none;
    border: 2px solid rgb(5, 104, 253) !important;
    height: 48px;
    margin: 0;
}

body.popup .feature.boostedAnnouncementPopup .featureAction a:hover {
  background: rgb(67, 149, 253) !important;
  border-color: rgb(67, 149, 253) !important;
}

body.popup .feature.boostedAnnouncementPopup .popupClose {
    background-color: #FFF;
    border-radius: 8px;
    height: 32px !important;
    opacity: 1;
    width: 32px !important;
    box-shadow: 0px 0px 0px 0.5px rgba(108, 113, 140, 0.28) inset, 0px 1px 2px 0px rgba(108, 113, 140, 0.08);
}

/* ======= STANDALONE PAGE======== */
body.standalone .header {
    background: url("https://app.maze.co/static/login-illustration-716a5fde22b91147f7d3692b2d131db8.png") right top / cover no-repeat;
}

body.standalone .catItem.watermark,
body.standalone .poweredFooter {
    display: none !important;
}

body.standalone .featureControls {
    right: 20px !important;
}

body.standalone .feature {
    border-radius: 8px !important;
}

body.standalone .feature figure:hover img,
body.standalone .feature.hasLink .featureContent figure:hover img {
    transform: none !important;
}

body.standalone .feature .featureTitle a {
    font-family: 'Roobert PRO', sans-serif;
}

body.standalone .feature.hasReadmore .featureContent .readmoreButton,
body.standalone .feature.hasReadmore .readmoreButton {
 display: inline-flex;
    font-family: "Public Sans", sans-serif;
    align-items: center;
    font-weight: 600;
    white-space: nowrap;
    font-size: 16px;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    padding: 12px 24px;
    line-height: 24px;
    border-radius: 36px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out 0s;
    background-color: rgb(5, 104, 253);
    color: rgb(255, 255, 255) !important;
    box-shadow: none;
}

body.standalone .feature.hasReadmore .featureContent .readmoreButton:hover,
body.standalone .feature.hasReadmore .readmoreButton:hover {
    background-color: rgb(67, 149, 253);
    border-color: rgb(67, 149, 253);
}

.feature.hasReadMore .featureContent .readmoreButton, .feature.hasReadMore .readmoreButton {
    display: block;
    background: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 0.5px rgba(108, 113, 140, 0.28) inset, 0px 1px 2px 0px rgba(108, 113, 140, 0.08);
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    z-index: 9999!important;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    transition: all .25s ease;
    text-decoration: none;
    }
    .feature.hasReadMore .featureContent .readmoreButton:hover, .feature.hasReadMore .readmoreButton:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px rgba(5, 104, 253, 0.28) inset, 0px 1px 2px 0px rgba(5, 104, 253, 0.08);
}
    
    .featureTitle a, .featureAction a, .featureContent a {
    color: #535A74!important;
    font-weight: 700;
}

body.standalone .cover {
    height: 320px;
}

body.standalone .cover.asleep {
    height: 60px;
}

body.standalone .streamNav {
    margin-top: 100px;
}