/*
 Theme Name:   Astra Child
 Theme URI:    https://tc.ly
 Description:  Child theme for My Theme
 Author:       TC LTD
 Author URI:   https://tc.ly
 Template:     astra
 Version:      1.0.0
*/

/* Your custom CSS goes here */

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: #d99c66
}

.wp-block-uagb-container.uagb-block-3ba47869{
    padding:0px;
}

div.justy p {
  text-align: justify;
}

h3.uagb-heading-text{
	text-align: justify;	
}


.opportunity-single .opportunity-details {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 5px solid #0073aa; /* WordPress blue */
}

.opportunity-single .opportunity-meta {
    margin: 5px 0;
    font-size: 1.1em;
    color: #555;
}

.opportunity-single .opportunity-meta strong {
    color: #222;
    margin-right: 5px;
}

.opportunity-single .entry-content {
    line-height: 1.7;
    color: #444;
}