/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.hp-listing--view-block .hp-listing__created-date {
   display:none;
}

/* Sticky Λεπτομέρειες Καταχώρηση Χαρακτηριστικά (Κύριο) */
.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute {
    font-size: 120%;
    text-align: justify;
    padding: 1rem 1.5rem;
    background-color: rgba(0, 0, 0, .04);
}

/* Sticky Λεπτομέρειες Καταχώρηση */

.wp-block-column.is-vertically-aligned-top {
    width: 100%;
    position: sticky;
    top: 150px;
}

/* Στυλ για την παρουσίαση των λεπτομερειών της αγγελίας */

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: underline;
    font-size: 20px;
}

.hp-listing__attributes--ternaryy  {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.hp-listing__attributes--ternary h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}

.hp-listing__attributes--ternary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hp-listing__attributes--ternary li {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
}

.hp-listing__attributes--ternary li:last-child {
    border-bottom: none;
}

.hp-listing__attributes--ternary strong {
    color: #000;
    font-weight: bold;
}

.uagb-post-grid .uagb-post__excerpt {
    word-break: break-word;
    display: none;
}

.hp-listing--view-block {
    height: auto;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px #0f0f0f63;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    unicode-bidi: isolate;
}

.hp-listing--view-block:hover {
   background-color: #f1f1f1
}


/* DropDown Selector: */
.select2-container--default .select2-selection--multiple {
    color: #171717
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
	padding: 2px;
}
.select2-container--default .select2-selection--single {
    color: #171717
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
	padding: 2px;
}

/* Ευκρίνεια και ανταπόκριση για κινητά συσκευές */
@media (max-width: 768px) {
    .listing-details {
        padding: 15px;
        max-width: 100%;
        margin: 10px;
    }
}

@media (max-width: 480px) {
    .listing-details h3 {
        font-size: 20px;
    }

    .listing-details li {
        padding: 10px;
        font-size: 14px;
    }
}

