/*
Theme Name: Neo
Theme URI: https://neo.ciuss.net
Author URI: https://facebook.com/ciussgw
Description: Neo is a theme for business websites and company profiles
Author: Ciuss Creative
Version: 1.2
Requires at least: 6.2
Tested up to: 6.8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: neo
Copyright: (c) 2025 ciuss.com
*/

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #222;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

input,
select,
button,
textarea {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: 0 !important;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.screen-reader-text {}

.wp-caption {}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.alignright {}

.alignleft {}

.aligncenter {}

/* POST 1, CSR 1, EVENT 1 */

.sp__postone {
    padding: 20px 0;
}

.sp__heading {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.sp__loop {
    position: relative;
    padding: 12px 0;
    align-items: center;
    display: flex;
}

.sp__image {
    width: 100px;
    margin: 0 0 0 auto;
}

.left__img .sp__image {
    margin: 0 auto 0 0;
}

.sp__image img {
    display: block;
    width: 100px;
    height: auto;
}

.sp__meta {
    width: calc( 100% - 120px);
}

.spe__postone .sp__meta {
    width: 100%;
}

.sp__date {
    font-size: 13px;
    margin: 0 0 8px;
    opacity: 0.75;
}

.sp__title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
}

.sp__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
