/*
Theme Name:     MPK Herbattaubah
Theme URI:      https://mpk.attaubahcenter.com/
Description:    Website MPK Herbattaubah
Author:         Abukanz
Author URI:     https://gravatar.com/abukanz
Template:       twentytwentyfive
Version:        26.08.0
Tags:           block-template
Text Domain:    twentytwentyfive-child
*/

/*modify focus highlight on cliked links*/
a:focus {
outline: 0.01 ;
/* style | color */
outline: dashed #222222;
}


/* slider carousel plugin*/
/* increase the navbar z-index.*/
.is-position-sticky { z-index: 11; }
/*lower the z-index of the slider dots navigation*/
.swiper-pagination, .cb-button-next, .cb-button-prev { z-index: 9; }

/*modify focus highlight on carousel arrows*/
.wp-block-cb-carousel-v2 .cb-button-next:focus, .wp-block-cb-carousel-v2 .cb-button-prev:focus { outline: 0.01 ; outline: dashed #222222 ; }