/* Main container */
.fc-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header styles */
.fc-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.fc-header img {
    margin-right: 20px;
}

.fc-header h1 {
    font-size: 2rem;
    color: #333;
}

/* Filter controls */
.fc-filters {
    display: flex;
    flex-wrap: no-wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.fc-filters select {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    font-size: 1rem;
    min-width: 180px;
}

/* Cards grid */
.fc-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.fc-card {
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

/* Card colors based on focus */
.fc-card.connect { background-color: #9fdcff; }
.fc-card.brainstorm { background-color: #98f198; }
.fc-card.clarify { background-color: #fbe177; }
.fc-card.decide { background-color: #ffa997; }

/* Card header */
.fc-card-header h2 {
    margin-top: 0;
    font-size: 1.4rem;
}

.fc-card-explanation {
    margin: 10px 0;
    line-height: 1.5;
}

/* Card columns layout */
.fc-card-columns {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.fc-focus-stack, .fc-metadata-stack {
    display: flex;
    flex-direction: column;
}

.fc-metadata-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.fc-metadata-row img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

/* No results message */
.fc-no-results {
    text-align: center;
    padding: 40px;
    font-size: 1.5rem;
    color: #666;
    display: none;
}

/* Clear filters button */
.fc-clear-button {
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

.fc-clear-button:hover {
    background-color: #555;
}

/* Loader */
.fc-loader {
    display: none;
    text-align: center;
    padding: 20px;
}

.fc-loader svg {
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}


/* //////////////////////// */
header.fc-header {
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.fc-header h1{
	font-size:61px;
	color:#fff;
}

select#fc-focus-filter {
    padding-left: 2.5rem;
    background-repeat: no-repeat;
    background-position: 6px 50%;
    background-size: 24px 24px;
}

/* .page-id-2755  div#content {
    background: #000;
} */

/*.fc-filter {*/
/*    padding-left: 2.5rem;*/
/*    background-repeat: no-repeat;*/
/*    background-position: 6px 50%;*/
/*    background-size: 24px 24px;*/
/*    background-image: url(/assets/img/list-filter.svg);*/
   
   
/*    color: #fff;*/
/*}*/

/*.fc-filters select {*/
/*    background: transparent !important;*/
/*    width: 190px;*/
/*}*/



/*select#fc-focus-filter, select#fc-group-filter, select#fc-prop-filter, select#fc-duration-filter {*/
/*    padding-left: 2.5rem;*/
/*    background-repeat: no-repeat;*/
/*    background-position: 6px 50%;*/
/*    background-size: 24px 24px;*/
/*    background-image: url(/assets/img/list-filter.svg) !important;*/
/*    background-repeat: no-repeat;*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: contain;*/
/*    background-position: 6% 50% !important;*/
/*	height:48px;*/
/*}*/



.page-id-2755 .fc-container {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 922px) {
  .page-id-2755   .ast-container {
        max-width: 1500px !important;
      
    }
}


.fc-cards-grid {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); */
    /* gap: 20px; */
    display: flex !important;
    flex-wrap: wrap;
	gap:10px;
	    justify-content: space-between;
}

/* .fc-filter:focus{
	color:#fff;
} */
.fc-card-header h2 {
    margin-top: 0;
    font-size: 1.4rem;
    font-size: 21px;
}
p.fc-card-explanation {
    font-size: 15px;
    color: #333;
}


.fc-card.decide, .fc-card.brainstorm, .fc-card.clarify, .fc-card.connect {
    width: 24%;
	margin-top:7px;
}

.fc-metadata-stack, .fc-focus-stack p {
    color: #333;
    font-size: 14px;
}

.fc-focus-stack, .fc-metadata-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fc-metadata-stack, .fc-focus-stack p {
    color: #333;
    font-size: 14px;
    margin: 0;
}

.fc-focus-stack{
	align-items:center;
}

.fc-focus-stack img{
	width:40px;
}



.fc-metadata-stack {
    display: flex;
    flex-flow: column nowrap;
    align-items: start;
    justify-content: center;
    padding-left: 40px !important;
    border-left: 1px solid black;
    gap: 0.25rem;
    line-height: 1.1;
    margin-left: 37px !important;
}


select#fc-focus-filter, select#fc-group-filter, select#fc-prop-filter, select#fc-duration-filter{
	appearance:none;
}


@media(max-width:1024px){
	.fc-card.decide, .fc-card.brainstorm, .fc-card.clarify, .fc-card.connect {
    width: 32%;
    margin-top: 7px;
}
	.fc-metadata-stack {
    padding-left: 15px !important;
    margin-left: 0px !important;
}
	.fc-card-columns {
    display: flex;
    justify-content: start;
    margin-top: auto;
    gap: 16px;
}
}
@media(max-width:900px){
	.fc-card.decide, .fc-card.brainstorm, .fc-card.clarify, .fc-card.connect {
    width: 49%;
    margin-top: 7px;
}
	.fc-filters select {
    background: transparent !important;
    width: 150px;
}
	.fc-filters select {
   
    min-width: 160px;
}
	.fc-metadata-stack {
    padding-left: 15px !important;
    margin-left: 0px !important;
}
	.fc-card-columns {
    display: flex;
    justify-content: start;
    margin-top: auto;
    gap: 16px;
}
}



@media(max-width:767px){
	.fc-card.decide, .fc-card.brainstorm, .fc-card.clarify, .fc-card.connect {
    width: 100%;
    margin-top: 7px;
}
	.fc-metadata-stack {
 
    padding-left: 17px !important;

    margin-left: 17px !important;
}
	.fc-filters{
		flex-wrap:wrap;
	}
	.fc-header h1 {
    font-size: 32px;
    color: #fff;
    margin: 0px;
}
.fc-filters select {
    background: transparent !important;
    width: 47%;
}
	.fc-filters select{
		min-width:0px !important;
	}
	.fc-metadata-stack {
    padding-left: 15px !important;
    margin-left: 0px !important;
}
	.fc-card-columns {
    display: flex;
    justify-content: start;
    margin-top: auto;
    gap: 16px;
}
}


.fc-filters option {
    color: #fff;
    background: #000;
}
.fc-filters select {
    background: #000 !important;
    width: 220px;
}

div#fc-no-results h1{
	color:#fff !important;
}





.fc-filter{
	padding-top:0px !important;
	padding-bottom:0px !important
}



.fc-filters select{
	border:1px solid #fff3;
}

.fc-filter:focus{
	color:#fff;
	border:1px solid #ddd;
}


@media(max-width:767px){
	.fc-filters select {
    background: #000 !important;
    width: 47%;
}
}


/* //////////////////////// */



/* Style for selected options */
.fc-filters select option:checked:not([value="all"]) {
    background-color: #cccccc !important;
    color: #333;
}

/* This will style the select box based on selected option */
.fc-filters select:has(option:checked:not([value="all"])) {
    background-color: #cccccc !important;
    color: #333;
    /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");*/
}