/*
* This css stylesheets for wp-random-post-inside plugin.
* Package Name		: WP Random Post Inside
* Package Version	: 1.6.6
* Package Author	: MD. Anisur Rahman Bhuyan
*/

/* Post Box Css */
.wprpi_title {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	display: block;
	margin-bottom: 12px;
}

/* Post links css */
.wp_random_inside {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    margin: 20px 0;
    overflow: hidden;
    clear: both;
}

.wp_random_inside * {
    vertical-align: middle !important;
}

.wp_random_inside a {
    color: #F54542 !important;
    line-height: 1.4;
    font-size: 14px;
    text-decoration: none;
}

.wp_random_inside a:hover {
    color: #DD5342 !important;
    text-decoration: underline;
}

.wp_random_inside span.dashicons {
    color: #F54542;
    margin-right: 5px;
    font-size: 16px;
}

.wprpi-content {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 5px;
}

.wprpi-thumbnail {
    flex: 0 0 60px;
}

.wprpi-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 3px;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.wprpi-title-wrapper {
    flex: 1;
    padding-right: 10px;
}

@media screen and (max-width: 480px) {
    .wprpi-content {
        gap: 10px;
    }
    
    .wprpi-thumbnail {
        flex: 0 0 60px;
    }
    
    .wprpi-thumbnail img {
        width: 60px;
        height: 60px;
    }
}

/* Settings Options Css */
.wprpi_opt_content {
    float: right;
    width: 25%;
    border: 2px solid #bcbcbc;
    background: #fff;
    padding: 15px;
}
.wprpi_form_area {
    float: left;
    width: 70%;
}
.wprpi_heading {
    font-weight: normal !important;
    color: #444 !important;
}
.wprpi_opt_content header {
    text-align: center;
}
.wprpi_opt_content header img {
    max-width: 100%;
    display: block;
}
.wprpi_opt_content hr {
    display: block;
    margin: 15px 0;
}
.wprpi_info {
    display: block;
    margin-bottom: 20px;
}
.wprpi-expand-faq {
    cursor: pointer;
    color: #0081ff;
    font-size: 15px;
}
.wprpi_info strong {
    color: #444;
}
.wprpi_info .code {
    color: #ff0025;
}
.wprpi_info a {
    text-decoration: none;
}
.wprpi-faq-info > span {
    display: block;
    margin-bottom: 10px;
}
.wprpi-expand-faq:hover {
    color: #c03b3b;
}
.wprpi-faq-info {
    display: none;
}
.wprpi-form td span {
    display: block;
    margin: 5px 0px;
    color: #555;
}
.wprpi-form label.checkbox, .wprpi-form label.radiobtn {
    display: inline-block;
    margin: 5px 5px 0px 0px;
}
.wprpi-form label.radiobtn {
    background: #ddd;
    padding: 5px 7px;
    border: 1px solid #777;
    border-radius: 3px;
}
.wprpi-form label.radiobtn input {
    display: inline-block;
    margin: 3px;
    display: none;
}
.wprpi-form label.radiobtn input[type=radio]:checked + i {
  color: #ff3f00;
}
.wprpi_hide {
    display: none;
}
.wprpi_form_area .wp-color-result-text {
	margin: 0 !important;
}
#wprpi-cpt .checkbox {
    width: 30%;
}
